We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a43ad commit 8284ae6Copy full SHA for 8284ae6
2 files changed
.travis.yml
@@ -5,9 +5,9 @@ node_js:
5
script:
6
- yarn test
7
- yarn build
8
- - yarn build:docs
9
after_success:
10
- yarn travis-deploy-once "npm run semantic-release"
+ - yarn build:docs
11
deploy:
12
provider: pages
13
skip_cleanup: true
package.json
@@ -26,7 +26,6 @@
26
"fix": "yarn fix:prettier && yarn fix:lint",
27
"fix:lint": "tslint --project ./tsconfig.json \"./src/**/*.{ts,tsx}\"",
28
"fix:prettier": "prettier \"./src/**/*.{ts,tsx}\" --write",
29
- "prepublishOnly": "yarn build",
30
"semantic-release": "semantic-release",
31
"test": "echo \"jest\"",
32
"travis-deploy-once": "travis-deploy-once"
0 commit comments