Skip to content

Commit 481cfd6

Browse files
committed
[version] Bump to 0.0.1-canary.0
1 parent eb4b32b commit 481cfd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "vercel-deployer",
3-
"version": "0.0.1",
3+
"version": "0.0.1-canary.0",
44
"description": "An opinionated way to deploy your projects to Vercel",
55
"main": "./index.js",
66
"bin": {
77
"vercel-deployer": "./index.js"
88
},
99
"scripts": {
10-
"build": "tsup",
10+
"build": "tsup && ./scripts/build/after.sh",
1111
"dev": "tsup --watch",
1212
"lint": "biome lint --error-on-warnings ./ -c ./biome.json",
1313
"format": "biome format --error-on-warnings ./ -c ./biome.json",

0 commit comments

Comments
 (0)