mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fix
This commit is contained in:
parent
c4fb6b2ddc
commit
e7e85eac50
@ -20,9 +20,7 @@ cp app/app.json "$BUILD_DIR/app.json"
|
|||||||
cp app/app.json "$BUILD_DIR/package.json"
|
cp app/app.json "$BUILD_DIR/package.json"
|
||||||
|
|
||||||
# Copy some things
|
# Copy some things
|
||||||
cp app/app.js "$BUILD_DIR/"
|
cp -r app/images app/external assets/* app/app.js "$BUILD_DIR/"
|
||||||
cp -r app/images "$BUILD_DIR/"
|
|
||||||
cp -r app/external "$BUILD_DIR/"
|
|
||||||
|
|
||||||
echo "-- INSTALLING PACKAGES --"
|
echo "-- INSTALLING PACKAGES --"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user