Browse Source

Add webpack to build script, npm 0.3.1

master
nitowa 2 weeks ago
parent
commit
1dc838961f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

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

Loading…
Cancel
Save