We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54ed6e commit b15569cCopy full SHA for b15569c
Makefile
@@ -1,5 +1,5 @@
1
build:
2
- yarn build
+ npm build
3
4
npm-publish-patch: build
5
npm version patch
@@ -26,4 +26,4 @@ run-localsecret:
26
27
kill-localsecret:
28
sudo docker compose -f test/docker-compose.yml stop
29
- sudo docker compose -f test/docker-compose.yml rm -f
+ sudo docker compose -f test/docker-compose.yml rm -f
0 commit comments