Skip to content

Commit eb5277e

Browse files
authored
Removed deploy script from package.json (#503)
1 parent 8fef279 commit eb5277e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"build": "vite build && cp CNAME dist/",
1212
"lint": "eslint src/",
1313
"preview": "vite preview",
14-
"prepare": "husky install",
15-
"deploy": "npm run build && NODE_DEBUG=gh-pages gh-pages -d dist -r https://[email protected]/uclaacm/hack.uclaacm.com.git"
14+
"prepare": "husky install"
1615
},
1716
"engines": {
1817
"node": ">=20.0.0"

0 commit comments

Comments
 (0)