Skip to content

Commit

Permalink
fix(ci): website deploy (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 16, 2024
1 parent d457d5a commit 4830e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "yarn --cwd ../../ nx lint website --verbose",
"serve:preview": "yarn --cwd ../../ nx preview website --verbose",
"bundlemon": "node -r @swc-node/register ../../packages/bundlemon/bin/bundlemon.ts",
"deploy": "netlify deploy --dir ../../dist/apps/website"
"deploy": "netlify deploy --dir dist/apps/website"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 4830e0a

Please sign in to comment.