Skip to content

Commit 51620df

Browse files
committed
chore: remove postCommand
1 parent 21eb3e3 commit 51620df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"tsc": "npm run tsc.cjs && npm run tsc.es",
3131
"dev": "npm run clean && npm run tsc && cross-env NODE_ENV=development cross-env BABEL_KEEP_MODULES=true rollup -c -w",
3232
"build": "npm run clean && npm run tsc && cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c ",
33-
"publishClean": "shx rm -rf pnpm-lock.yaml",
34-
"build-commit": "build-commit -o dist --postcommand publishClean",
33+
"build-commit": "build-commit -o dist",
3534
"bump": "ncu -u",
3635
"prepare": "npm run build"
3736
},

0 commit comments

Comments
 (0)