We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1735ed2 commit b450e25Copy full SHA for b450e25
package.json
@@ -13,7 +13,6 @@
13
"scripts": {
14
"build": "npm publish --dry-run",
15
"prepare": "npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js",
16
- "prepublishOnly": "npm run test:dist",
17
"clean": "rimraf build dist dist.*",
18
"test": "mocha 'test/**/*.test.ts'",
19
"test:dist": "npm run lint && npm run test && npm run test:deno",
0 commit comments