Skip to content

Commit

Permalink
[UPDATE] remove unused files from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Aug 7, 2023
1 parent ed01a10 commit 45420b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: "!github.event.release.prerelease"
if: '!github.event.release.prerelease'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions packages/vuito/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tests/
rollup.config.js
.eslintrc.js
1 change: 0 additions & 1 deletion packages/vuito/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"scripts": {
"test": "jest",
"test:ci": "jest --coverage",
"prepack": "cp LICENSE README.md package.json lib/",
"lint:fix": "eslint --fix . --ext \".ts\"",
"lint": "eslint . --ext \".ts\"",
"build": "rollup -c",
Expand Down

0 comments on commit 45420b9

Please sign in to comment.