Skip to content

Commit

Permalink
chore: remove SentryCliPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Nov 4, 2024
1 parent e21a101 commit f6ea865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "rimraf assets && mkdir assets && touch assets/CNAME && echo 'zarm.design' > assets/CNAME && zarm deploy",
"clean": "rimraf assets",
"deploy": "yarn build -p && gh-pages -d assets",
"deploy": "yarn build && gh-pages -d assets",
"start": "zarm dev"
},
"browserslist": [
Expand Down

0 comments on commit f6ea865

Please sign in to comment.