Skip to content

Commit

Permalink
chore: remove test files from published tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 19, 2023
1 parent 984e894 commit b161c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lib/"
],
"scripts": {
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf lib/__tests__ 'lib/**/__tests__'",
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf --glob lib/__tests__ 'lib/**/__tests__'",
"postinstall": "is-ci || husky install",
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
"prepack": "rimraf lib && yarn build",
Expand Down

1 comment on commit b161c26

@SimenB
Copy link
Member Author

@SimenB SimenB commented on b161c26 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.