ソースを参照

Add webpack to build script, npm 0.3.1

master
nitowa 2週間前
コミット
1dc838961f
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      package.json

+ 2
- 2
package.json ファイルの表示

@@ -1,12 +1,12 @@
1 1
 {
2 2
   "name": "rjsvm",
3
-  "version": "0.3.0",
3
+  "version": "0.3.1",
4 4
   "description": "",
5 5
   "main": "lib/src/main.js",
6 6
   "scripts": {
7 7
     "clean": "rm -rf lib",
8 8
     "start": "npm run build && npm run launch",
9
-    "build": "npm run clean && npm run tsc",
9
+    "build": "npm run clean && npm run tsc && npm run webpack",
10 10
     "launch": "node lib/launcher.js",
11 11
     "test": "npm run clean && npm run build && mocha --bail=true lib/test/Test.js",
12 12
     "tsc": "tsc",

読み込み中…
キャンセル
保存