Compare commits
3 commits
dc13384eeb
...
14734d137a
Author | SHA1 | Date | |
---|---|---|---|
14734d137a | |||
b309d62b30 | |||
87f5dc86e2 |
4 changed files with 4 additions and 5 deletions
|
@ -58,8 +58,7 @@ steps:
|
||||||
build:
|
build:
|
||||||
group: build
|
group: build
|
||||||
image: *node_image
|
image: *node_image
|
||||||
environment:
|
|
||||||
APPDATA: ${CI_WORKSPACE}
|
|
||||||
commands:
|
commands:
|
||||||
|
- export APPDATA=$(pwd)
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm build
|
- pnpm build
|
||||||
|
|
|
@ -27,8 +27,8 @@ steps:
|
||||||
image: *node_image
|
image: *node_image
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
APPDATA: ${CI_WORKSPACE}
|
|
||||||
commands:
|
commands:
|
||||||
|
- export APPDATA=$(pwd)
|
||||||
- <<: *enable_pnpm
|
- <<: *enable_pnpm
|
||||||
- pnpm build
|
- pnpm build
|
||||||
package:
|
package:
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "17.6.6",
|
"@commitlint/cli": "17.6.6",
|
||||||
"@commitlint/config-conventional": "17.6.6",
|
"@commitlint/config-conventional": "17.6.6",
|
||||||
"@foundryvtt/foundryvtt-cli": "^0.0.9",
|
"@foundryvtt/foundryvtt-cli": "0.0.9",
|
||||||
"@guanghechen/rollup-plugin-copy": "5.0.1",
|
"@guanghechen/rollup-plugin-copy": "5.0.1",
|
||||||
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
||||||
"@swc/core": "1.3.67",
|
"@swc/core": "1.3.67",
|
||||||
|
|
|
@ -12,7 +12,7 @@ devDependencies:
|
||||||
specifier: 17.6.6
|
specifier: 17.6.6
|
||||||
version: 17.6.6
|
version: 17.6.6
|
||||||
'@foundryvtt/foundryvtt-cli':
|
'@foundryvtt/foundryvtt-cli':
|
||||||
specifier: ^0.0.9
|
specifier: 0.0.9
|
||||||
version: 0.0.9
|
version: 0.0.9
|
||||||
'@guanghechen/rollup-plugin-copy':
|
'@guanghechen/rollup-plugin-copy':
|
||||||
specifier: 5.0.1
|
specifier: 5.0.1
|
||||||
|
|
Loading…
Reference in a new issue