Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 8, 2020
1 parent 09e09ba commit 5b90ad3
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 @@ -119,7 +119,7 @@
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --watch --runInBand",
"view-cover": "npm run cover -- --report=html && opn ./coverage/index.html",
"package": "npm-run-all clean build build:prod",
"package": "npm-run-all clean lint test build build:prod",
"analyze-bundle": "babel-node ./tools/analyzeBundle.js"
},
"jest": {
Expand Down

0 comments on commit 5b90ad3

Please sign in to comment.