Ensure build runs
This commit is contained in:
parent
fb61033421
commit
534525096b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"pretest": "eslint lib/*.js elements/*.js infodisplay/*.js index.js",
|
"pretest": "eslint lib/*.js elements/*.js infodisplay/*.js index.js",
|
||||||
"start": "http-server . -p 3000 -s",
|
"start": "http-server . -p 3000 -s",
|
||||||
"test": "npm run pretest"
|
"test": "npm run build"
|
||||||
},
|
},
|
||||||
"author": "Henri Bergius <henri.bergius@iki.fi>",
|
"author": "Henri Bergius <henri.bergius@iki.fi>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue