Skip to content

Commit b15569c

Browse files
committed
Replace yarn with npm
1 parent a54ed6e commit b15569c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
yarn build
2+
npm build
33

44
npm-publish-patch: build
55
npm version patch
@@ -26,4 +26,4 @@ run-localsecret:
2626

2727
kill-localsecret:
2828
sudo docker compose -f test/docker-compose.yml stop
29-
sudo docker compose -f test/docker-compose.yml rm -f
29+
sudo docker compose -f test/docker-compose.yml rm -f

0 commit comments

Comments
 (0)