Yuki Takei 8 лет назад
Родитель
Сommit
f0f049c7e6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/growi-plugin-lsx/package.json

+ 2 - 2
packages/growi-plugin-lsx/package.json

@@ -1,6 +1,6 @@
 {
   "name": "crowi-plugin-lsx",
-  "version": "1.3.1",
+  "version": "1.3.2",
   "description": "The Crowi Plugin to add lsx tag",
   "keywords": [
     "crowi-plus",
@@ -15,8 +15,8 @@
     "build": "babel src --out-dir lib --source-maps inline",
     "clean": "npm cache clean && npm run rimraf -- lib",
     "resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css",
+    "prebuild:watch": "npm run clean && npm run resources",
     "prebuild": "npm run clean && npm run resources",
-    "prewatch": "npm run clean && npm run resources",
     "rimraf": "rimraf",
     "test": ""
   },