Skip to content

Commit 23623d3

Browse files
committed
Run install instead of unknown script
1 parent 33d0090 commit 23623d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION=`echo "console.log(require('./package.json').version)" | node`
66

77
git checkout -b build
88

9-
npm run build
9+
npm install
1010
git add dist/* -f
1111
git add bower.json -f
1212

0 commit comments

Comments
 (0)