Update npm commands
This commit is contained in:
parent
66408cc218
commit
73ae0271e4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
|
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
|
||||||
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
|
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
|
||||||
"build": "webpack --config webpack.dev.babel.js",
|
"build": "npx webpack --config webpack.dev.babel.js",
|
||||||
"build:prod": "webpack --config webpack.prod.babel.js",
|
"build:prod": "npx webpack --config webpack.prod.babel.js",
|
||||||
"watch": "npx webpack --config webpack.dev.babel.js --watch",
|
"watch": "npx webpack --config webpack.dev.babel.js --watch",
|
||||||
"test": "npx jest",
|
"test": "npx jest",
|
||||||
"test:watch": "npm test -- --watch"
|
"test:watch": "npm test -- --watch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue