Skip to content

Commit 9b9c782

Browse files
authored
Merge pull request ghiscoding#152 from ghiscoding/chore/remove-pre-post-scripts
chore: remove deprecated pre/post scripts
2 parents d3a6ec5 + 90197f9 commit 9b9c782

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
enable-pre-post-scripts=true
21
registry-url=https://registry.npmjs.org/

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"scripts": {
3131
"clean": "remove --glob \"**/dist **/tsconfig.tsbuildinfo\"",
32-
"prebuild": "pnpm run clean && pnpm run biome:lint:write && pnpm run biome:format:write",
33-
"build": "pnpm -r --stream build",
32+
"build": "pnpm run clean && pnpm run biome:lint:write && pnpm run biome:format:write && pnpm -r --stream build",
3433
"build:demo": "pnpm -r --stream --filter \"./packages/demo/**\" build",
3534
"build:lib": "pnpm -r --stream --filter \"./packages/excel-builder-vanilla/**\" build",
3635
"dev": "pnpm -r dev:init && pnpm -r --parallel dev",

0 commit comments

Comments
 (0)