Skip to content

Commit 5caba7b

Browse files
committed
Fix bad deployment script
1 parent 27c2f95 commit 5caba7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"prebuild": "node scripts/convert-alias-markup.mjs",
87
"build": "next build",
98
"start": "next start",
109
"lint": "eslint",
1110
"test": "vitest run",
1211
"test:watch": "vitest",
13-
"alias:convert": "node scripts/convert-alias-markup.mjs",
1412
"adar:convert": "node scripts/convert-adar-xml.mjs",
1513
"routing:convert": "node scripts/convert-zhu-routing-aliases.mjs"
1614
},

0 commit comments

Comments
 (0)