Skip to content

Commit 004579b

Browse files
authored
dev to main
fix: update version to 0.2.1 and remove prepublishOnly script
2 parents c0096b7 + b35f3f4 commit 004579b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "@zenstackhq/proxy",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A CLI tool to run an Express server that proxies CRUD requests to a ZenStack backend",
55
"main": "index.js",
66
"publishConfig": {
77
"directory": "dist",
88
"linkDirectory": true
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/zenstackhq/proxy"
13+
},
1014
"bin": {
1115
"zenstack-proxy": "./bin/cli.js"
1216
},
1317
"scripts": {
1418
"clean": "rimraf dist",
15-
"build": "pnpm clean && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README.md ./LICENSE ./package.json dist && pnpm pack dist --pack-destination ../build",
16-
"prepublishOnly": "npm run build"
19+
"build": "pnpm clean && tsc && copyfiles -F \"bin/*\" dist && copyfiles ./README.md ./LICENSE ./package.json dist && pnpm pack dist --pack-destination ../build"
1720
},
1821
"keywords": ["zenstack", "proxy", "express", "cli"],
1922
"author": "",

0 commit comments

Comments
 (0)