Skip to content

Commit 18dd0b4

Browse files
chore: rename setup scripts for consistency in package.json
1 parent dba2d62 commit 18dd0b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"scripts": {
1414
"build": "tsup",
15-
"setup:package": "npm run build && powershell -ExecutionPolicy Bypass -File tools/build-sea.ps1",
15+
"package": "npm run build && powershell -ExecutionPolicy Bypass -File tools/build-sea.ps1",
1616
"smoke:exe": "powershell -NoProfile -Command \"./bin/cloudsqlctl.exe --version; ./bin/cloudsqlctl.exe paths\"",
17-
"setup:installer": "powershell -ExecutionPolicy Bypass -File tools/build-installer.ps1",
18-
"setup:stage": "powershell -ExecutionPolicy Bypass -File tools/stage-artifacts.ps1",
19-
"setup:clean": "npm install && npm ci && npm run setup:package && npm run setup:installer && npm run setup:stage",
17+
"installer": "powershell -ExecutionPolicy Bypass -File tools/build-installer.ps1",
18+
"stage": "powershell -ExecutionPolicy Bypass -File tools/stage-artifacts.ps1",
19+
"setup:clean": "npm install && npm ci && npm run package && npm run installer && npm run stage",
2020
"docs:generate": "node tools/generate-docs.mjs",
2121
"docs:check": "npm run docs:generate && git diff --exit-code docs/commands.md",
2222
"lint": "eslint src",

0 commit comments

Comments
 (0)