Update npm commands

This commit is contained in:
Sonny 2020-03-25 22:38:56 +01:00
parent 66408cc218
commit 73ae0271e4

View file

@ -6,8 +6,8 @@
"scripts": {
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
"build": "webpack --config webpack.dev.babel.js",
"build:prod": "webpack --config webpack.prod.babel.js",
"build": "npx webpack --config webpack.dev.babel.js",
"build:prod": "npx webpack --config webpack.prod.babel.js",
"watch": "npx webpack --config webpack.dev.babel.js --watch",
"test": "npx jest",
"test:watch": "npm test -- --watch"