Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Dec 1, 2020
1 parent cf756b7 commit 6995051
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pansy/china-division",
"version": "1.0.0",
"version": "0.1.0",
"description": "中国省市区数据",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -15,13 +15,15 @@
"build": "father-build && npm run json",
"json": "ts-node -r tsconfig-paths/register --project script-tsconfig.json ./scripts/export-json.ts",
"lint:commit": "walrus commitlint --env HUSKY_GIT_PARAMS",
"prettier": "walrus prettier"
"prettier": "walrus prettier",
"release": "walrus release"
},
"repository": "[email protected]:ts-react/china-city-data.git",
"author": "wangxingkang <[email protected]>",
"license": "MIT",
"devDependencies": {
"@walrus/cli": "^1.3.4",
"@walrus/plugin-release": "^1.9.1",
"@walrus/preset-lint": "^1.1.7",
"cross-env": "7.0.2",
"father-build": "1.19.1",
Expand Down

0 comments on commit 6995051

Please sign in to comment.