Skip to content

Commit 5b70d67

Browse files
committed
fix(release): Fixed path in .travis.yml
1 parent 09029e6 commit 5b70d67

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
provider: script
1414
skip_cleanup: true
1515
script:
16-
- rm -rf dist && mkdir dist && babel src/components -d dist --copy-files
16+
- rm -rf dist && mkdir dist && babel src -d dist --copy-files
1717
deploy:
1818
provider: script
1919
skip_cleanup: true

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"start": "react-scripts start",
4040
"build": "react-scripts build",
4141
"test": "react-scripts test --env=jsdom",
42-
"eject": "react-scripts eject",
43-
"publish:npm": "rm -rf dist && mkdir dist && babel src -d dist --copy-files"
42+
"eject": "react-scripts eject"
4443
},
4544
"browserslist": [
4645
">0.2%",

0 commit comments

Comments
 (0)