We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe475aa commit c78bcc3Copy full SHA for c78bcc3
bin/pull.sh
@@ -2,5 +2,5 @@
2
3
git fetch &&
4
git reset --hard origin/master &&
5
-npm install &&
+npm --production=false install &&
6
npm run build
0 commit comments