Browse Source

Bugfix: prepare command added.

lfabl 4 tuần trước cách đây
mục cha
commit
d661d473d7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

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