Skip to content

Commit 08d1c4f

Browse files
Chau TranChau Tran
Chau Tran
authored and
Chau Tran
committed
chore(slice): adjust release it json
1 parent 71ed1ad commit 08d1c4f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/ngrx-slice/.release-it.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
"releaseName": "Release: ngrx-slice ${version}"
4848
},
4949
"hooks": {
50-
"before:bump": "npx nx build ngrx-slice",
51-
"after:bump": [
52-
"git checkout -- package.json",
53-
"git checkout -- package-lock.json"
54-
]
50+
"before:bump": "yarn nx build ngrx-slice",
51+
"after:bump": ["git checkout -- package.json"]
5552
}
5653
}

0 commit comments

Comments
 (0)