Skip to content

Commit cdad911

Browse files
committed
fix prepublish command
1 parent 49ba16f commit cdad911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"dev:payload": "PAYLOAD_CONFIG_PATH=./dev/payload.config.ts payload",
127127
"lint": "eslint ./src",
128128
"lint:fix": "eslint ./src --fix",
129-
"prepublishOnly": "pnpm clean && pnpm turbo build",
129+
"prepublishOnly": "pnpm clean && pnpm build",
130130
"test": "jest"
131131
},
132132
"devDependencies": {

0 commit comments

Comments
 (0)