Skip to content

Commit

Permalink
Undo unecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Sep 21, 2020
1 parent 6fba370 commit 2afe4be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: 12
- run: npm ci
- run: npm run build
- run: npm run clean
- name: Publish to npm
uses: pascalgn/npm-publish-action@1.3.3
env:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"test-coverage": "tsdx test --env=jsdom --coverage",
"clean": "rm -rf .github src .gitignore jest.config.js testsSetup.ts tsconfig.json"
"test-coverage": "tsdx test --env=jsdom --coverage"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down

0 comments on commit 2afe4be

Please sign in to comment.