Skip to content

Commit

Permalink
build: fixed publish settings (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 authored Oct 17, 2023
1 parent 51d0c95 commit dc2c771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ typings/
# Target
demo-app/target/
testcafe.builder.d.ts
.builds/
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": false,
"branch": "master",
"branch": false,
"gitTag": true
},
"confirm": true,
"confirm": false,
"publishTag": "latest",
"prePublishScript": "npm test"
}

0 comments on commit dc2c771

Please sign in to comment.