mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
fix: skip turbo in init-node-env (#4537)
This commit is contained in:
parent
7339c0bb19
commit
852522dcc0
2
.github/actions/init-env-node/action.yaml
vendored
2
.github/actions/init-env-node/action.yaml
vendored
@ -36,5 +36,5 @@ runs:
|
||||
|
||||
- name: Build UI
|
||||
shell: bash
|
||||
run: pnpm exec turbo run package # build UI package
|
||||
run: pnpm exec turbo run package
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
"dev": "vite dev",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "pnpm check --watch",
|
||||
"package": "pnpm run --sequential '/^package:.*/'",
|
||||
"package": "pnpm run --sequential \"/^package:.*/\"",
|
||||
"package:svelte": "svelte-kit sync && svelte-package",
|
||||
"package:styles": "postcss ./src/styles/main.css -o ./dist/styles/main.css && pnpm run copy-fonts",
|
||||
"copy-fonts": "postcss ./src/styles/fonts.css -o ./dist/fonts.css && cpy './src/styles/fonts/**/*.woff2' './dist/fonts' --parents",
|
||||
|
Loading…
Reference in New Issue
Block a user