Skip to content

Commit

Permalink
ci: add script command
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed May 27, 2023
1 parent 9f91731 commit 2e74b91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"build": "rimraf packages/**/dist && lerna run build",
"prepare": "husky install",
"prepublishOnly": "node script/readme.mjs -c && yarn build && yarn test",
"postpublish": "node script/readme.mjs -r"
"postpublish": "node script/readme.mjs -r",
"version": "lerna version",
"publish": "lerna publish from-package"
},
"engines": {
"node": ">= 16"
Expand Down Expand Up @@ -72,5 +74,6 @@
"ts-jest": "^29.1.0",
"tslib": "^2.3.1",
"typescript": "^5.0.4"
}
},
"version": "0.0.9"
}

0 comments on commit 2e74b91

Please sign in to comment.