Skip to content

Commit

Permalink
Trying to make the release process less bad
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Mar 31, 2021
1 parent a469d3f commit 05c2cb1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -2,8 +2,11 @@

Temporary release process until #213 is done:

lerna run build
cd lib
npm run build
npm run release
cd ../angular
npm run release
vim package.json #tick the version number manually
npm run build
cd dist
npm publish
3 changes: 1 addition & 2 deletions angular/package.json
Expand Up @@ -7,8 +7,7 @@
"compile": "ng-packagr -p package.json",
"build": "npm run clean && npm run compile",
"prepublishOnly": "npm run build",
"cz": "git-cz",
"release": "npm run build && cd dist && np"
"cz": "git-cz"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@ionic/storage",
"version": "3.0.4",
"version": "3.0.5",
"description": "Ionic Storage Helper",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 05c2cb1

Please sign in to comment.