Skip to content

Commit

Permalink
npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Nov 2, 2024
1 parent 7c78a30 commit 973c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ tsconfig.json
.*
*.tgz
example
eslint.config.mjs
pnpm-workspace.yaml
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"release:minor": "npm run release -- minor",
"release:major": "npm run release -- major",
"test": "run-s test:*",
"test:setup": "node ./.github/scripts/link.mjs",
"test:lint": "eslint",
"test:e2e": "cd example && npx wdio run ./wdio.conf.ts",
"watch": "npm run build -- --watch"
Expand Down

0 comments on commit 973c736

Please sign in to comment.