Skip to content

Commit

Permalink
Fixed typo in package test dist scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 25, 2019
1 parent fa9f53d commit 9c78c7f
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 @@ -35,7 +35,7 @@
"__old-test-aion": "npm run dist && npm run test-aion-node",
"__old-test-aion-node": "cd packages/aion-tests && mocha --no-colors --reporter ../tests/tests/reporter ./tests/test-*.js",

"_dist-tests-esm": "rollup -c rollup-tests.config.js --configModule",
"_dist-test-esm": "rollup -c rollup-tests.config.js --configModule",
"_dist-test-umd": "rollup -c rollup-tests.config.js",
"_test-browser-umd": "karma start --single-run --browsers ChromeHeadless karma-umd.conf.js",
"_test-browser-esm": "karma start --single-run --browsers ChromeHeadless karma-esm.conf.js",
Expand Down

0 comments on commit 9c78c7f

Please sign in to comment.