Skip to content

Commit a2be64f

Browse files
authored
exclude more stuff
1 parent 29c5d89 commit a2be64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test:
1717
- git checkout gh-pages
1818
- npm install
1919
- if [ -z ${CIRCLE_PR_USERNAME}]; then npm install ${CIRCLE_REPOSITORY_URL}.git\#${CIRCLE_SHA1}; else npm install git+https://[email protected]/${CIRCLE_PR_USERNAME}/${CIRCLE_PR_REPONAME}.git\#${CIRCLE_SHA1}; fi
20-
- gulp build && rsync -av --exclude=".*" . ~/web_version/
20+
- gulp build && rsync -av --exclude=".*" --exclude="node_modules" --exclude="src" --exclude="tests" . ~/web_version/
2121

2222
deployment:
2323
production:

0 commit comments

Comments
 (0)