We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c1cd9 commit 3a6dbbeCopy full SHA for 3a6dbbe
.travis.yml
@@ -5,8 +5,8 @@ node_js:
5
- node
6
7
before_deploy:
8
- - npm run build
9
- - npm version $TRAVIS_TAG
+ - yarn version --new-version ${TRAVIS_TAG//v} --no-git-tag-version
+ - yarn run build
10
11
deploy:
12
provider: npm
package.json
@@ -1,6 +1,5 @@
1
{
2
"name": "jsorm",
3
- "version": "1.3.10",
4
"description": "Javascript ORM",
"main": "lib/index.js",
"module": "lib-esm/index.js",
0 commit comments