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 9de676a commit 15c815fCopy full SHA for 15c815f
.circleci/config.yml
@@ -86,6 +86,7 @@ jobs:
86
- run: .circleci/update_version
87
- run: npm run bundle
88
- run: npm run build
89
+ - run: rm -rf ./node_modules/
90
- run: .circleci/pack
91
- store_artifacts:
92
path: /tmp/artifacts/
.circleci/pack
@@ -6,4 +6,4 @@ FILENAME=$NAME.$FULL_VERSION.tar.gz
6
7
mkdir -p /tmp/artifacts/
8
9
-tar -zcv -f /tmp/artifacts/$FILENAME --exclude=".git" --exclude="optipng*" --exclude="cypress" --exclude="*.pyc" --exclude="*.pyo" --exclude="venv" --exclude="^node_modules" *
+tar -zcv -f /tmp/artifacts/$FILENAME --exclude=".git" --exclude="optipng*" --exclude="cypress" --exclude="*.pyc" --exclude="*.pyo" --exclude="venv" *
0 commit comments