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 49ba16f commit cdad911Copy full SHA for cdad911
package.json
@@ -126,7 +126,7 @@
126
"dev:payload": "PAYLOAD_CONFIG_PATH=./dev/payload.config.ts payload",
127
"lint": "eslint ./src",
128
"lint:fix": "eslint ./src --fix",
129
- "prepublishOnly": "pnpm clean && pnpm turbo build",
+ "prepublishOnly": "pnpm clean && pnpm build",
130
"test": "jest"
131
},
132
"devDependencies": {
0 commit comments