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 b09c83d commit 2fc775dCopy full SHA for 2fc775d
deploy.sh
@@ -7,7 +7,8 @@ then
7
git config --global user.name "Travis CI"
8
git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
9
cd travis-build
10
- npm install
+ #npm install
11
+ ln -s ${TRAVIS_BUILD_DIR}/node_modules
12
grunt
13
git add dist/
14
git commit -am "Travis CI - [ci skip] - automatic dist folder"
0 commit comments