mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Fixed
This commit is contained in:
parent
cde68635c2
commit
614a8208f7
@ -13,8 +13,8 @@ cp -r app/package.json app/app.js dist/
|
||||
|
||||
echo "-- INSTALLING PACKAGES --"
|
||||
|
||||
cp -r app/node_modules dist/
|
||||
# cd dist/; NODE_ENV=production npm install; cd ..
|
||||
# cp -r app/node_modules dist/
|
||||
cd dist/; NODE_ENV=production npm install; cd ..
|
||||
|
||||
echo "-- PACKAGING APP --"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user