File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " eslint \" */**/*.{js,jsx}\" " ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
9- "bundle_bg" : " browserify src/browser/chrome/background.js -o src/browser/chrome/devtools_bundle/bg_bundle.js"
9+ "bundle_bg" : " browserify src/browser/chrome/background.js -o src/browser/chrome/devtools_bundle/bg_bundle.js" ,
10+ "build" : " npm run bundle_bg & npm run webpack --prefix ./src/app"
1011 },
1112 "repository" : {
1213 "type" : " git" ,
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start" : " nodemon server/server.js" ,
88 "start:dev" : " webpack-dev-server --mode development --open --hot" ,
9- "build" : " webpack --watch"
9+ "build" : " webpack --watch" ,
10+ "webpack" : " webpack"
1011 },
1112 "babel" : {
1213 "presets" : [
You can’t perform that action at this time.
0 commit comments