Skip to content

Commit 64f46ac

Browse files
committed
chore: fix deploy, ignore package-lock.json
1 parent a03c1fb commit 64f46ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
lib
22
node_modules
3+
package-lock.json
34
tests/__result/

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ script:
55
- npm test
66
- npx prettier "src/**/*.ts" -c
77
deploy:
8+
skip_cleanup: true
89
provider: npm
910
1011
api_key:

0 commit comments

Comments
 (0)