Skip to content

Commit

Permalink
fix: netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Sep 12, 2023
1 parent 81ef350 commit 8b2cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"semantic-release:all": "nx run-many --target=semantic-release --all",
"benchmark": "nx run benchmark:build && node dist/benchmark/main.js",
"web-app:serve": "nx run web-app:serve",
"netlify:deploy": "nx web-app:build --prod && netlify deploy --prod --dir=dist/web-app"
"netlify:deploy": "nx run web-app:build --prod && netlify deploy --prod --dir=dist/web-app"
},
"dependencies": {
"@emotion/react": "11.11.1",
Expand Down

0 comments on commit 8b2cf97

Please sign in to comment.