Skip to content

Commit

Permalink
package: add start script (alias for dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Jan 30, 2018
1 parent e70f195 commit d2ecbb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"test:unit:watch": "karma start karma.conf.js --auto-watch --no-single-run",
"test:func": "cross-env BABEL_ENV=test mocha --compilers js:babel-register tests/functional/auto/hlsjs.js --timeout 40000",
"lint": "jshint src/",
"dev": "webpack-dev-server --progress --env.debug --port 8000"
"dev": "webpack-dev-server --progress --env.debug --port 8000",
"start": "npm run dev"
},
"dependencies": {
"string.prototype.endswith": "^0.2.0",
Expand Down

0 comments on commit d2ecbb9

Please sign in to comment.