Skip to content

Commit 1049be9

Browse files
authored
chore(package.json): add prerelease command (#12)
1 parent 12f7807 commit 1049be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lint": "eslint src example/app example/server",
1111
"lint:fix": "eslint src example/app example/server --fix",
1212
"publint": "publint",
13+
"prerelease": "npm run build && npm run test",
1314
"release": "np"
1415
},
1516
"files": [
@@ -62,4 +63,4 @@
6263
"@remix-run/cloudflare": "^2.11.2",
6364
"remix-hono": "^0.0.16"
6465
}
65-
}
66+
}

0 commit comments

Comments
 (0)