Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix broken webpack call
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Jan 9, 2018
1 parent bcec6c7 commit 98f8c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pretest": "npm run lint && npm run inspect && npm run prettier",
"test": "jest --coverage",
"watch": "webpack -w",
"build": "webpack.config.js --config webpack.prod.js"
"build": "webpack --config webpack.prod.js"
},
"jest": {
"setupFiles": [
Expand Down

0 comments on commit 98f8c62

Please sign in to comment.