Skip to content

Commit 5e64a49

Browse files
committed
Configured OIDC connect for npm publish
1 parent 09053a3 commit 5e64a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"start": "react-scripts start",
2121
"build": "react-scripts build",
22-
"copy-font": "shx cp -r src\\assets\\fonts\\montserrat.ttf dist\\assets\\fonts",
22+
"copy-font": "shx cp -r src/assets/fonts/montserrat.ttf dist/assets/fonts",
2323
"compile": "npm run clean && tsc && npm run copy-font",
2424
"test": "react-scripts test",
2525
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)