Skip to content

Commit

Permalink
build(cli): remove shrinkwrap and lock file & update @svrx/util (#47)
Browse files Browse the repository at this point in the history
* build(cli): remove shrinkwrap add lock file

* build(cli): modify publish script

* build(cli): remove package-lock

* ci: fix branch hit
  • Loading branch information
xuchaoying authored Oct 11, 2019
1 parent 418ea7d commit a81743c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16,670 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
npm-shrinkwrap.json
package-lock.json

# Created by https://www.gitignore.io/api/node
# Edit at https://www.gitignore.io/?templates=node
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ node_js:

cache: npm

install:
- npm install

script:
- npm test

Expand All @@ -19,6 +22,5 @@ deploy:
skip_cleanup: true
on:
node: "10"
tags: true
all_branches: true
condition: ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} =~ ^release\/.*$
Loading

0 comments on commit a81743c

Please sign in to comment.