Skip to content

Commit 8b494e6

Browse files
authored
Merge pull request #49 from bence-toth/no-test-in-dist
Removed test file in build script
2 parents bfe928f + 84d9570 commit 8b494e6

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
]
2121
},
2222
"scripts": {
23-
"build": "rm -rf dist && babel src --out-dir dist && cp ./src/index.d.ts ./dist",
23+
"build": "rm -rf dist && babel src --out-dir dist && cp ./src/index.d.ts ./dist && rm ./dist/index.test.js",
2424
"lint": "eslint \"src/**/*.{js,jsx}\"",
2525
"prettier": "prettier --check .",
2626
"test": "jest --passWithNoTests",

0 commit comments

Comments
 (0)