Skip to content

Commit

Permalink
chore: update prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jul 19, 2024
1 parent f24f838 commit 1ed964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:snap": "cross-env NODE_ENV=test-snap vitest run",
"test:snap-update": "cross-env NODE_ENV=test-snap vitest run -u",
"generate:coverage-badge": "node script/generate-coverage.js",
"prebuild": "rimraf es/* lib/* dist/* esm/*",
"prebuild": "rimraf es/* lib/* dist/* esm/* cjs/*",
"build": "cross-env NODE_ENV=production rollup -c script/rollup.config.js && npm run build:tsc",
"build:tsc": "concurrently \"npm:build:tsc-*\"",
"build:tsc-es": "tsc --emitDeclarationOnly -d -p ./tsconfig.build.json --outDir es/",
Expand Down

0 comments on commit 1ed964f

Please sign in to comment.