Browse Source

Do not copy `package.json` to `build` directory

master
Leo Lamprecht 8 years ago
parent
commit
ddfc2217fd
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 1
      build.sh

1
build.sh

@ -7,4 +7,3 @@ find lib/** -type f -exec node_modules/.bin/async-to-gen --out-file build/{} {}
find bin/** -type f -exec node_modules/.bin/async-to-gen --out-file build/{} {} \;
chmod +x build/bin/now.js
cp lib/utils/billing/*.json build/lib/utils/billing/
cp package.json build/

Loading…
Cancel
Save