Skip to content

Commit

Permalink
fix: attempt to fix deployed artifact to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Aug 16, 2021
1 parent beca3f9 commit ec007de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 92 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
run: yarn build
- name: Copy necessary files into bin
run: cp package.json README.md LICENSE bin
- name: Deploy documentation
if: contains('refs/heads/master', github.ref)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn deploy-docs
- name: Release
if: contains('refs/heads/master', github.ref)
env:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
"test:prod": "npm run lint && npm run test -- --no-cache",
"deploy-docs": "ts-node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged"
},
"lint-staged": {
Expand Down
31 changes: 0 additions & 31 deletions tools/gh-pages-publish.ts

This file was deleted.

54 changes: 0 additions & 54 deletions tools/semantic-release-prepare.ts

This file was deleted.

0 comments on commit ec007de

Please sign in to comment.