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.
2 parents 664759e + aeac22a commit 23ab6fbCopy full SHA for 23ab6fb
deploy.sh
@@ -8,7 +8,7 @@ then
8
git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
9
cd travis-build
10
ln -s ${TRAVIS_BUILD_DIR}/node_modules
11
- grunt
+ npm run build
12
git add dist/
13
git commit -am "Travis CI - [ci skip] - automatic dist folder"
14
git push origin ${TRAVIS_BRANCH}
0 commit comments