Skip to content

Commit edef8cf

Browse files
committed
ci: commented 'pnpm test' [no ci]
1 parent 9059be2 commit edef8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-mzinga-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:swc": "swc ./src -d ./dist --config-file .swcrc",
1717
"clean": "rimraf {dist,*.tsbuildinfo}",
1818
"test": "jest",
19-
"prepublishOnly": "pnpm test && pnpm clean && pnpm build"
19+
"prepublishOnly": "pnpm clean && pnpm build"
2020
},
2121
"files": [
2222
"package.json",

0 commit comments

Comments
 (0)