Skip to content

Commit

Permalink
chore: restore galaxy build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hanspagel committed Jun 17, 2024
1 parent 8646eda commit 4e6f03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/galaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">=18"
},
"scripts": {
"build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",
"build": "vite build && pnpm build:format && pnpm types:build && tsc-alias -p tsconfig.build.json",
"build:format": "./scripts/format.sh",
"dev": "pnpm dlx @scalar/cli serve ./src/specifications/3.1.yaml --watch",
"lint:check": "eslint .",
Expand Down

0 comments on commit 4e6f03c

Please sign in to comment.