Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 3f7ae80

Browse files
committed
Do not export test js files
1 parent ccebba8 commit 3f7ae80

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
@@ -7,7 +7,7 @@
77
"start": "yarn build:css & styleguidist server",
88
"build": "yarn build:css & yarn build:js & styleguidist build",
99
"build:css": "postcss 'src/styles.scss' -d dist --ext css & postcss 'src/theme/*.scss' -d 'dist/theme' --ext css",
10-
"build:js": "babel ./src --out-dir ./dist",
10+
"build:js": "babel ./src --out-dir ./dist --ignore test.js",
1111
"lint": "eslint 'src/**/*.js'",
1212
"test": "jest",
1313
"preversion": "yarn clear & yarn build"

0 commit comments

Comments
 (0)