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 024e9ad commit 1f44cafCopy full SHA for 1f44caf
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"format:check": "prettier --check .",
17
"vitest": "vitest",
18
"test": "npm run format:check && npm run lint && npm run flow && npm run vitest -- run --coverage",
19
- "build": "npm run test && npm run babel && npm run webpack",
+ "build": "npm run babel && npm run webpack",
20
"clean": "rimraf dist coverage",
21
"reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
22
"prepublishOnly": "npm run babel-server",
0 commit comments