Skip to content

Commit 2fc775d

Browse files
committed
skip npm install when deploying
1 parent b09c83d commit 2fc775d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ then
77
git config --global user.name "Travis CI"
88
git clone --quiet --branch=${TRAVIS_BRANCH} https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG} travis-build
99
cd travis-build
10-
npm install
10+
#npm install
11+
ln -s ${TRAVIS_BUILD_DIR}/node_modules
1112
grunt
1213
git add dist/
1314
git commit -am "Travis CI - [ci skip] - automatic dist folder"

0 commit comments

Comments
 (0)