Move node_modules and package.json into app directory
This commit is contained in:
parent
acf0d6fac5
commit
b3e49a1561
@ -7,6 +7,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- mkdir app
|
||||||
|
- mv node_modules build package.json app
|
||||||
- tar czf app.tar.gz app/
|
- tar czf app.tar.gz app/
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
@ -16,7 +16,7 @@ const config = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
kit: {
|
kit: {
|
||||||
adapter: adapter({out: 'app',}),
|
adapter: adapter(),
|
||||||
env: {
|
env: {
|
||||||
publicPrefix: "LURE_WEB_"
|
publicPrefix: "LURE_WEB_"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user