Compare commits

..

3 commits

4 changed files with 5 additions and 4 deletions

View file

@ -58,7 +58,8 @@ 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

View file

@ -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:

View file

@ -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",

View file

@ -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