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