소스 검색

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",