Skip to content

Commit 1f44caf

Browse files
committed
feat: remove test
1 parent 024e9ad commit 1f44caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format:check": "prettier --check .",
1717
"vitest": "vitest",
1818
"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",
19+
"build": "npm run babel && npm run webpack",
2020
"clean": "rimraf dist coverage",
2121
"reinstall": "rimraf flow-typed && rimraf node_modules && npm install && flow-typed install",
2222
"prepublishOnly": "npm run babel-server",

0 commit comments

Comments
 (0)