Skip to content

Commit

Permalink
chore(scripts): update release workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 4, 2021
1 parent 3a80cd6 commit 15f8cfc
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 272 deletions.
36 changes: 0 additions & 36 deletions .versionrc.js

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"fix:style": "yarn check:style --fix --cache",
"build": "ts-node ./scripts/build",
"prepack": "dotenv -c production -- yarn build",
"release": "zsh scripts/release.sh",
"release:github": "node scripts/js/release-github"
"release": "dotenv -c production -- ts-node ./scripts/release"
},
"devDependencies": {
"@babel/core": "7.15.4",
Expand Down Expand Up @@ -98,8 +97,5 @@
"PAT_GPR_FLDV"
]
},
"packageManager": "[email protected]",
"release": {
"allowBranch": "main"
}
"packageManager": "[email protected]"
}
179 changes: 0 additions & 179 deletions scripts/js/release-github.js

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/postpublish.sh

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/release.sh

This file was deleted.

Loading

0 comments on commit 15f8cfc

Please sign in to comment.