Skip to content

Commit 9fda6c6

Browse files
authored
Use npm ci (#3)
1 parent 93defa1 commit 9fda6c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ check_git:
3232
git fetch origin
3333
git diff origin/master --exit-code
3434

35-
.PHONY: clean
36-
clean:
37-
npm run clear
35+
.PHONY: ci
36+
ci:
37+
npm ci
3838

3939
.PHONY: publish
40-
publish: clean format update_packages check_git test
40+
publish: format update_packages ci check_git test
4141
npm publish

0 commit comments

Comments
 (0)