0.2.3 #99
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue