Sfoglia il codice sorgente

Bugfix: prepare command added.

lfabl 4 settimane fa
parent
commit
d661d473d7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",