Skip to content

Commit 8284ae6

Browse files
committed
fix(npm): publish with dist 3
1 parent 01a43ad commit 8284ae6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ node_js:
55
script:
66
- yarn test
77
- yarn build
8-
- yarn build:docs
98
after_success:
109
- yarn travis-deploy-once "npm run semantic-release"
10+
- yarn build:docs
1111
deploy:
1212
provider: pages
1313
skip_cleanup: true

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"fix": "yarn fix:prettier && yarn fix:lint",
2727
"fix:lint": "tslint --project ./tsconfig.json \"./src/**/*.{ts,tsx}\"",
2828
"fix:prettier": "prettier \"./src/**/*.{ts,tsx}\" --write",
29-
"prepublishOnly": "yarn build",
3029
"semantic-release": "semantic-release",
3130
"test": "echo \"jest\"",
3231
"travis-deploy-once": "travis-deploy-once"

0 commit comments

Comments
 (0)