Skip to content

Commit

Permalink
Fix npm test error
Browse files Browse the repository at this point in the history
  • Loading branch information
99ff00 committed Sep 30, 2019
1 parent c9bd544 commit e5ee294
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 @@ -10,7 +10,7 @@
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test": "cross-env CI=1 react-scripts test --env=jsdom --passWithNoTests",
"test:watch": "react-scripts test --env=jsdom",
"build": "cleancss -o ./dist/charty.min.css ./src/styles.css ; tac ./src/charty.js | sed 1,2d | tac | sed 7,12d | terser -c --comments all -m -o ./dist/charty.min.js ; rollup -c",
"start": "rollup -c -w",
Expand Down

0 comments on commit e5ee294

Please sign in to comment.