Skip to content

Commit 2934482

Browse files
committed
Remove prerelease script
1 parent b7593ff commit 2934482

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"dev": "tsc -w",
2121
"build": "rm -rf dist && tsc && cp package.json *.md dist",
2222
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-http?sync_upstream=true'",
23-
"lint": "eslint .",
24-
"publish-prerelease": "yarn build && yarn version --prerelease && cp package.json *.md dist && cd dist && npm publish"
23+
"lint": "eslint ."
2524
},
2625
"dependencies": {
2726
"coa-echo": "^1.0.8",
@@ -40,4 +39,4 @@
4039
"eslint-plugin-promise": "^5.1.0",
4140
"typescript": "^4.2.4"
4241
}
43-
}
42+
}

0 commit comments

Comments
 (0)