Skip to content

Commit b161c26

Browse files
committed
chore: remove test files from published tarball
1 parent 984e894 commit b161c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lib/"
2121
],
2222
"scripts": {
23-
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf lib/__tests__ 'lib/**/__tests__'",
23+
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files && rimraf --glob lib/__tests__ 'lib/**/__tests__'",
2424
"postinstall": "is-ci || husky install",
2525
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
2626
"prepack": "rimraf lib && yarn build",

0 commit comments

Comments
 (0)