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