浏览代码

Bugfix: prepare command added.

lfabl 4 周之前
父节点
当前提交
d661d473d7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -20,6 +20,7 @@
     "url": "git://git.nibgat.space/nibgat-community/rrule.git"
   },
   "scripts": {
+    "prepare": "yarn build",
     "prebuild": "yarn clean",
     "prepublish": "yarn build",
     "build": "yarn lint && tsc -b tsconfig.build.json && webpack",