Skip to content

Commit

Permalink
Merge pull request #187 from centrica-engineering/feature/release-scr…
Browse files Browse the repository at this point in the history
…ipts
  • Loading branch information
jholt1 authored Jan 31, 2022
2 parents 27b1ec0 + cbb2d05 commit 2485175
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"workspaces": [
"packages/*"
],
"version": "0.0.1",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
"lint": "run-p lint:*",
"build": "muon-build-storybook",
"prepare": "husky install",
"release": "standard-version",
"release:alpha": "npm run release -- --prerelease alpha",
"release:beta": "npm run release -- --prerelease beta"
"release": "npm run release --workspace=@muons/library",
"release:alpha": "npm run release --workspace=@muons/library -- --prerelease alpha",
"release:beta": "npm run release --workspace=@muons/library -- --prerelease beta"
},
"keywords": [],
"author": "",
Expand Down
3 changes: 3 additions & 0 deletions packages/library/.versionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "."
}
3 changes: 2 additions & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "web-test-runner \"./tests/**/*.test.js\" --coverage",
"test:browserstack": "web-test-runner \"./tests/**/*.test.js\" --config web-test-runner.browserstack.config.mjs"
"test:browserstack": "web-test-runner \"./tests/**/*.test.js\" --config web-test-runner.browserstack.config.mjs",
"release": "standard-version"
},
"bin": {
"muon-serve": "./scripts/serve/index.mjs",
Expand Down

0 comments on commit 2485175

Please sign in to comment.