mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #402 from akalipetis/hotfix-npm-scripts
Improve the package.json scripts
This commit is contained in:
@@ -12,3 +12,4 @@ npm-debug.log
|
||||
/.idea/
|
||||
.env
|
||||
build/
|
||||
.vscode/
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
web: npm start
|
||||
web: npm run dev
|
||||
|
||||
+3
-1
@@ -52,7 +52,9 @@
|
||||
"typescript": "^2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "nodemon --watch src --watch addons --watch demo --exec bash -c './bin/build && node demo/app'",
|
||||
"prestart": "npm run build",
|
||||
"start": "node demo/app",
|
||||
"dev": "nodemon -e js,ts --watch src --watch demo --exec npm start",
|
||||
"lint": "tslint src/**/*.ts",
|
||||
"test": "mocha --recursive ./lib",
|
||||
"build:docs": "jsdoc -c jsdoc.json",
|
||||
|
||||
Reference in New Issue
Block a user