Explorar o código

fix npm scripts

Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
a5104de9e5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/growi-plugin-lsx/package.json

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

@@ -7,9 +7,9 @@
     "lib"
   ],
   "scripts": {
-    "build": "NODE_ENV=production babel src --out-dir lib --source-maps inline",
+    "build": "babel src --out-dir lib --source-maps inline",
     "clean": "npm cache clean && npm run rimraf -- lib",
-    "postbuild": "ncp 'src/resource/css' lib/resource/css",
+    "postbuild": "ncp src/resource/css lib/resource/css",
     "prebuild": "npm run clean",
     "watch": "babel src --out-dir lib --watch --source-maps inline",
     "rimraf": "rimraf",