Skip to content

Commit

Permalink
ci: remove release workflow to use the one that is global (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 22, 2021
1 parent a1ea4f9 commit c9ef1e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 74 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/pull-request-testing.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/release.yml

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"main": "dist/index.js",
"scripts": {
"release": "semantic-release",
"get-version": "echo $npm_package_version",
"lint": "eslint --max-warnings 0 --config .eslintrc lib",
"package": "npm run test && ncc build lib/index.js -o dist",
"test": "jest --coverage",
"start": "node lib/index.js"
"start": "node lib/index.js",
"generate:assets": "echo 'No additional assets need to be generated at the moment'",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c9ef1e8

Please sign in to comment.