Add webpack to build script, npm 0.3.1
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "rjsvm",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "",
|
||||
"main": "lib/src/main.js",
|
||||
"scripts": {
|
||||
"clean": "rm -rf lib",
|
||||
"start": "npm run build && npm run launch",
|
||||
"build": "npm run clean && npm run tsc",
|
||||
"build": "npm run clean && npm run tsc && npm run webpack",
|
||||
"launch": "node lib/launcher.js",
|
||||
"test": "npm run clean && npm run build && mocha --bail=true lib/test/Test.js",
|
||||
"tsc": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user