Skip to content

Commit

Permalink
fix: remove test files from published module
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 28, 2021
1 parent 541f5a6 commit db522ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"test": "jest",
"lint": "eslint .",
"prebuild": "rimraf build",
"build": "babel --extensions .js,.ts src -d build && rimraf **/*.test.{js,ts},integration",
"build": "babel --extensions .js,.ts src -d build && rimraf **/*.test.{js,ts},integration build/**/__tests__ build/test_utils",
"prepublish": "yarn build",
"format": "prettier --write \"**/*.js\" \"**/*.md\" \"**/*.ts\"",
"typecheck": "yarn tsc -p ."
Expand Down

0 comments on commit db522ac

Please sign in to comment.