[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nallenscott committed Aug 28, 2022
1 parent 24f5104 commit 0b31b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"build": "yarn build:package && yarn build:example",
"build:example": "yarn workspace example build",
"build:package": "yarn workspace windshear build",
"bump": "yarn workspace windshear bump",
"changelog": "yarn auto-changelog -p && git add CHANGELOG.md",
"bump": "yarn workspace windshear version --new-version",
"develop": "concurrently -n Package,Example \"yarn watch:package\" \"yarn watch:example\"",
"watch:example": "yarn workspace example develop",
"watch:package": "yarn workspace windshear watch",
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"build": "babel src --out-dir dist",
"bump": "yarn version --new-version",
"version": "yarn auto-changelog -p -o ../CHANGELOG.md && git add ../CHANGELOG.md",
"prepublishOnly": "yarn build",
"watch": "nodemon --watch src --exec \"yarn build\"",
"test": "jest",
Expand Down

0 comments on commit 0b31b69

Please sign in to comment.