Skip to content

Commit 3a6dbbe

Browse files
committed
Fix travis build
1 parent a0c1cd9 commit 3a6dbbe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_js:
55
- node
66

77
before_deploy:
8-
- npm run build
9-
- npm version $TRAVIS_TAG
8+
- yarn version --new-version ${TRAVIS_TAG//v} --no-git-tag-version
9+
- yarn run build
1010

1111
deploy:
1212
provider: npm

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "jsorm",
3-
"version": "1.3.10",
43
"description": "Javascript ORM",
54
"main": "lib/index.js",
65
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)