We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2f639 commit 7da0eb8Copy full SHA for 7da0eb8
1 file changed
.github/workflows/deploy-staging.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
npm install
27
npm run release:dev
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