Skip to content

Commit 1c809ac

Browse files
committed
Don't use grunt any more
1 parent fdf3616 commit 1c809ac

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
@@ -8,7 +8,7 @@ CWD=`pwd`
88
git checkout -b build
99

1010
echo Building dist files for $VERSION...
11-
grunt
11+
npm install
1212
echo Done.
1313

1414
git add dist/* -f

0 commit comments

Comments
 (0)