Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 7d839ae

Browse files
committed
Merge branch 'hotfix/v1.0.1-hotfix.2'
2 parents 0b5bd37 + 3347b53 commit 7d839ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ branches:
1313
script:
1414
- yarn test
1515
- yarn build
16+
before_deploy:
17+
- yarn
18+
- yarn build
1619
deploy:
1720
provider: npm
1821
email: mbeierling@gmail.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"deploy": "npm run build && gh-pages -d demo/dist",
2121
"contributors:add": "all-contributors add",
2222
"contributors:generate": "all-contributors generate",
23-
"prepublish": "npm run build"
23+
"prepare": "npm run build"
2424
},
2525
"dependencies": {
2626
"catenary-curve": "^1.0.1",

0 commit comments

Comments
 (0)