We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d8724 commit 5d66fcbCopy full SHA for 5d66fcb
.github/workflows/deploy-staging.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
npm install
27
npm run release:staging
28
- npm run test
+ npm run zipTestFiles
29
cp -r dist distToDeploy/
30
cp -r dist distToDeploy/src/
31
cp -r test distToDeploy/test/
0 commit comments