We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0578c90 commit 84352e3Copy full SHA for 84352e3
1 file changed
.github/workflows/deploy-production.yml
@@ -27,6 +27,8 @@ jobs:
27
npm run release:dev
28
npm run zipTestFiles
29
cp -r dist distToDeploy/
30
+ cp -r dist distToDeploy/src/
31
+ cp -r test distToDeploy/test/
32
shell: bash
33
34
- name: Copying release artifacts to public folder
0 commit comments