Ver Fonte

Bugfix: prepare command added.

lfabl há 4 semanas atrás
pai
commit
d661d473d7
1 ficheiros alterados com 1 adições e 0 exclusões
  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",