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 c9204ee commit 64df556Copy full SHA for 64df556
package.json
@@ -53,7 +53,8 @@
53
"test:watch": "vitest",
54
"test:cov": "vitest --coverage",
55
"build": "rollup -c",
56
- "prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test && yarn build",
+ "prepublishOnly": "yarn clean && yarn check-types && yarn format:check && yarn lint && yarn test",
57
+ "prepack": "yarn build",
58
"examples:lint": "eslint --ext js,ts examples",
59
"examples:test": "cross-env CI=true babel-node examples/testAll.js",
60
"tsc": "tsc"
0 commit comments