Skip to content

Commit b1dd634

Browse files
committed
use yarpm
1 parent 2ad12a2 commit b1dd634

File tree

2 files changed

+59
-5
lines changed

2 files changed

+59
-5
lines changed

package-lock.json

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,17 @@
8181
"rollup-plugin-node-resolve": "5.2.0",
8282
"rollup-plugin-preprocess": "0.0.4",
8383
"rollup-plugin-terser": "^6.1.0",
84-
"typescript": "^3.9.6"
84+
"typescript": "^3.9.6",
85+
"yarpm": "^0.2.1"
8586
},
8687
"scripts": {
8788
"start": "ws",
8889
"build": "rollup --config rollup.config.js",
89-
"version": "npm run build && git add -A dist",
90-
"pretest": "npm run build",
91-
"test": "npm run test-node && npm run test-saucelabs",
90+
"version": "yarpm run build && git add -A dist",
91+
"pretest": "yarpm run build",
92+
"test": "yarpm run test-node && yarpm run test-saucelabs",
9293
"test-saucelabs": "karma start test/saucelabs/karma.conf.js --single-run --verbose && for a in coverage/*; do codeclimate-test-reporter < \\\"$a/lcov.info\\\"; break; done",
93-
"test-local": "npm run test-unit && npm run test-node && npm run test-amd && npm run test-esm && npm run test-globals && npm run test-typescript && npm run test-webworker",
94+
"test-local": "yarpm run test-unit && yarpm run test-node && yarpm run test-amd && yarpm run test-esm && yarpm run test-globals && yarpm run test-typescript && yarpm run test-webworker",
9495
"test-unit": "karma start test/unit/karma.conf.js --single-run",
9596
"test-amd": "karma start test/deployment/amd/karma.conf.js --single-run",
9697
"test-esm": "karma start test/deployment/esm/karma.conf.js --single-run",

0 commit comments

Comments
 (0)