Compare commits

..

3 commits

4 changed files with 5 additions and 4 deletions

View file

@ -58,7 +58,8 @@ steps:
build:
group: build
image: *node_image
environment:
APPDATA: ${CI_WORKSPACE}
commands:
- export APPDATA=$(pwd)
- <<: *enable_pnpm
- pnpm build

View file

@ -27,8 +27,8 @@ steps:
image: *node_image
environment:
NODE_ENV: production
APPDATA: ${CI_WORKSPACE}
commands:
- export APPDATA=$(pwd)
- <<: *enable_pnpm
- pnpm build
package:

View file

@ -64,7 +64,7 @@
"devDependencies": {
"@commitlint/cli": "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",
"@ironkinoko/rollup-plugin-styles": "4.0.3",
"@swc/core": "1.3.67",

View file

@ -12,7 +12,7 @@ devDependencies:
specifier: 17.6.6
version: 17.6.6
'@foundryvtt/foundryvtt-cli':
specifier: 0.0.9
specifier: ^0.0.9
version: 0.0.9
'@guanghechen/rollup-plugin-copy':
specifier: 5.0.1