We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7633b06 commit c018730Copy full SHA for c018730
1 file changed
.github/workflows/deploy.yaml
@@ -18,11 +18,11 @@ jobs:
18
- name: Install dependencies
19
run: yarn --ignore-engines
20
21
- - name: Run tests
22
- run: yarn run test
+ #- name: Run tests
+ # run: yarn run test
23
24
- name: Build project
25
- run: yarn run build --target npm
+ run: yarn run build #--target npm
26
27
- name: Create zip lib
28
uses: vimtor/action-zip@v1
@@ -49,7 +49,7 @@ jobs:
49
automatic_release_tag: "${{ env.current_tag }}"
50
prerelease: false
51
files: |
52
- LICENSE.txt
+ LICENSE
53
pyscript-react.zip
54
55
- name: Publish to npm 🚀
@@ -65,4 +65,4 @@ jobs:
65
fi
66
done
67
env:
68
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments