Skip to content

Commit

Permalink
prepare for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vinikjkkj committed Aug 8, 2024
1 parent 12901ee commit f6d24f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.github
dist
tests
src
tsconfig.json
jest.config.json
eslint.config.js
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "jest",
"publish": "npm publish"
"publish": "npm run build && npm publish"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
Expand Down

0 comments on commit f6d24f5

Please sign in to comment.