Skip to content

Commit ffe4565

Browse files
committed
chore: removed pnpm test [no ci]
1 parent 727cac6 commit ffe4565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-cloud/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
"build:types": "tsc --emitDeclarationOnly --outDir dist",
1818
"clean": "rimraf {dist,*.tsbuildinfo} && rimraf dev/yarn.lock",
19-
"prepublishOnly": "pnpm clean && pnpm build && pnpm test",
19+
"prepublishOnly": "pnpm clean && pnpm build",
2020
"test": "jest"
2121
},
2222
"peerDependencies": {

0 commit comments

Comments
 (0)