Skip to content

Commit

Permalink
Delete .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pashak09 committed Jul 10, 2023
1 parent ee694a4 commit 6c11fd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
- run: yarn install --immutable
- run: yarn build

- name: Check if files exist
run: |
for file in dist/package.json dist/README.md dist/.npmignore; do
test -f "$file" || { echo "File $file does not exist in a dist folder"; exit 1; }
done
- run: yarn publish ./dist
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5 changes: 0 additions & 5 deletions .npmignore

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fixturio",
"version": "0.0.5",
"version": "0.0.6",
"description": "Fixtures",
"keywords": [
"Persistence",
Expand Down Expand Up @@ -50,7 +50,9 @@
"node": ">=16.17.0"
},
"files": [
"**/*.d.ts",
"**/*.js"
"**/*.js",
"dist/FixtureContainer.d.ts",
"dist/FixtureBucket.d.ts",
"dist/index.d.ts"
]
}

0 comments on commit 6c11fd4

Please sign in to comment.