Add test command to package.json
This commit is contained in:
parent
2b43fd9ea9
commit
8f78ab88d7
|
@ -26,7 +26,7 @@
|
||||||
"wiki-list-editor": "^0.6.8"
|
"wiki-list-editor": "^0.6.8"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "node_modules/.bin/mocha -r esm",
|
||||||
"watch": "webpack --watch --hide-modules",
|
"watch": "webpack --watch --hide-modules",
|
||||||
"start": "webpack-dev-server --open --hot",
|
"start": "webpack-dev-server --open --hot",
|
||||||
"build": "webpack --progress --hide-modules",
|
"build": "webpack --progress --hide-modules",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user