Skip to content

Commit

Permalink
fix old script rename releaseFinalize -> buildFinalize
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jan 27, 2024
1 parent 2c9e7fb commit 563d344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"scripts": {
"build": "run-s clean build:each release:finalize",
"build": "run-s clean build:each build:finalize",
"build:ide": "echo 'tsc -b' && tsc -b",
"build:each": "lerna exec --stream --parallel -- yarn build",
"clean": "node ./scripts/clean.js",
Expand All @@ -19,7 +19,7 @@
"lint:fix": "eslint . --cache --ext .js,.ts,.tsx --fix",
"test": "lerna exec --stream --parallel -- yarn test",
"release": "yarn auto shipit",
"release:finalize": "lerna exec --stream --parallel -- releaseFinalize"
"build:finalize": "lerna exec --stream --parallel -- buildFinalize"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 563d344

Please sign in to comment.