We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d0090 commit 23623d3Copy full SHA for 23623d3
scripts/publish.sh
@@ -6,7 +6,7 @@ VERSION=`echo "console.log(require('./package.json').version)" | node`
6
7
git checkout -b build
8
9
-npm run build
+npm install
10
git add dist/* -f
11
git add bower.json -f
12
0 commit comments