Compare commits

..

3 commits

Author SHA1 Message Date
14734d137a
chore: bump compatibility
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
2023-06-30 00:57:25 +02:00
b309d62b30
feat: use new ActiveEffect transferral system
Closes #68
2023-06-30 00:57:08 +02:00
87f5dc86e2
refactor: use new format for packs 2023-06-30 00:55:48 +02:00
4 changed files with 4 additions and 5 deletions

View file

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

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