We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4b32b commit 481cfd6Copy full SHA for 481cfd6
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "vercel-deployer",
3
- "version": "0.0.1",
+ "version": "0.0.1-canary.0",
4
"description": "An opinionated way to deploy your projects to Vercel",
5
"main": "./index.js",
6
"bin": {
7
"vercel-deployer": "./index.js"
8
},
9
"scripts": {
10
- "build": "tsup",
+ "build": "tsup && ./scripts/build/after.sh",
11
"dev": "tsup --watch",
12
"lint": "biome lint --error-on-warnings ./ -c ./biome.json",
13
"format": "biome format --error-on-warnings ./ -c ./biome.json",
0 commit comments