Skip to content

Commit

Permalink
rebuild, update test command for safer testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Aug 22, 2019
1 parent 609711e commit 8e4b23d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/indian-ocean.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/indian-ocean.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "rm -rf dist && mkdir dist && npm run build:node && npm run build:browser",
"dev": "rm -rf dist && mkdir dist && rollup --config rollup.config.node.js -w",
"start": "npm run build && npm test",
"test": "standard --fix src/**/*.js && rm -rf test/tmp-* && mocha",
"test": "npm run build && standard --fix src/**/*.js && rm -rf test/tmp-* && mocha",
"coverage": "nyc --reporter=lcov mocha"
},
"repository": {
Expand Down

0 comments on commit 8e4b23d

Please sign in to comment.