Skip to content

Commit c8afb45

Browse files
committed
v2.0.1
1 parent 073fc5b commit c8afb45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-sync-js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JS implementation for Git-Sync, a handy script that backup your notes in a git repo to the remote git services.",
55
"homepage": "https://github.com/linonetwo/git-sync-js",
66
"bugs": {
@@ -18,7 +18,7 @@
1818
"dist/src/"
1919
],
2020
"scripts": {
21-
"prepublishOnly": "npm run clean && npm run compile",
21+
"prepublishOnly": "npm run clean && npm run test && npm run lint && npm run compile",
2222
"test": "npm run clean:test && jest",
2323
"clean": "rimraf --no-glob dist",
2424
"clean:test": "rimraf test/mockRepo test/mockRepo2 test/mockUpstreamRepo",

0 commit comments

Comments
 (0)