Skip to content

Commit

Permalink
Catching up to advana
Browse files Browse the repository at this point in the history
  • Loading branch information
JLyons1985 committed Dec 9, 2022
1 parent fc88d40 commit 5e53e2c
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 @@ -71,7 +71,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --coverage --coverageDirectory=test/coverage --detectOpenHandles",
"test": "jest --coverage --coverageDirectory=test/coverage --detectOpenHandles --passWithNoTests",
"publish:local": "npm publish --registry http://localhost:4873/",
"publish:aws": "npm publish --registry http://10.194.9.122",
"publish:prepare": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files",
Expand Down

0 comments on commit 5e53e2c

Please sign in to comment.