Skip to content

Commit

Permalink
remove -p
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Sakai committed Jul 7, 2023
1 parent c2ee7eb commit dcbc37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jest": "jest",
"test": "npm run lint && BABEL_ENV=test npm run jest -- --coverage --no-cache",
"test-local": "BABEL_ENV=test npm run jest -- --watch",
"build": "BABEL_ENV=build webpack -p",
"build": "BABEL_ENV=build webpack",
"watch": "BABEL_ENV=build webpack -w",
"prepublishOnly": "BABEL_ENV=build webpack",
"generate-actions": "jsdoc2md --files lib/**/actions.js > docs/vuex-actions.md",
Expand Down

0 comments on commit dcbc37a

Please sign in to comment.