|
81 | 81 | "rollup-plugin-node-resolve": "5.2.0", |
82 | 82 | "rollup-plugin-preprocess": "0.0.4", |
83 | 83 | "rollup-plugin-terser": "^6.1.0", |
84 | | - "typescript": "^3.9.6" |
| 84 | + "typescript": "^3.9.6", |
| 85 | + "yarpm": "^0.2.1" |
85 | 86 | }, |
86 | 87 | "scripts": { |
87 | 88 | "start": "ws", |
88 | 89 | "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", |
92 | 93 | "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", |
94 | 95 | "test-unit": "karma start test/unit/karma.conf.js --single-run", |
95 | 96 | "test-amd": "karma start test/deployment/amd/karma.conf.js --single-run", |
96 | 97 | "test-esm": "karma start test/deployment/esm/karma.conf.js --single-run", |
|
0 commit comments