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:
|
||||
group: build
|
||||
image: *node_image
|
||||
environment:
|
||||
APPDATA: ${CI_WORKSPACE}
|
||||
commands:
|
||||
- export APPDATA=$(pwd)
|
||||
- <<: *enable_pnpm
|
||||
- pnpm build
|
||||
|
|
|
@ -27,8 +27,8 @@ steps:
|
|||
image: *node_image
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
APPDATA: ${CI_WORKSPACE}
|
||||
commands:
|
||||
- export APPDATA=$(pwd)
|
||||
- <<: *enable_pnpm
|
||||
- pnpm build
|
||||
package:
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue