We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09053a3 commit 59deb88Copy full SHA for 59deb88
2 files changed
.github/workflows/npm-publish.yml
@@ -68,10 +68,9 @@ jobs:
68
npm pack
69
tar -tf *.tgz
70
71
+ # Publishing is allowed via OIDC connection, so no need to set up npm auth token
72
- name: Publish to npm
73
run: npm publish --provenance --access public
- env:
74
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
75
76
- name: Create GitHub Release
77
uses: softprops/action-gh-release@v2
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"start": "react-scripts start",
21
"build": "react-scripts build",
22
- "copy-font": "shx cp -r src\\assets\\fonts\\montserrat.ttf dist\\assets\\fonts",
+ "copy-font": "shx cp -r src/assets/fonts/montserrat.ttf dist/assets/fonts",
23
"compile": "npm run clean && tsc && npm run copy-font",
24
"test": "react-scripts test",
25
"eject": "react-scripts eject",
0 commit comments