Skip to content

Commit 5e533d9

Browse files
committed
reuse check and remove deps
1 parent 4de7e5c commit 5e533d9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/starship/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ HELM_VERSION = v0.1.47
88
### All commands ###
99
###############################################################################
1010

11+
.PHONY: setup
12+
setup: check
13+
1114
.PHONY: test
1215
test:
1316
yarn run e2e:test
@@ -22,10 +25,6 @@ clean: stop clean-kind
2225
### Helm commands ###
2326
###############################################################################
2427

25-
.PHONY: setup-deps
26-
setup-deps:
27-
bash $(CURDIR)/scripts/dev-setup.sh
28-
2928
.PHONY: install
3029
install:
3130
bash $(CURDIR)/scripts/install.sh --config $(HELM_FILE) --version $(HELM_VERSION) --name $(HELM_NAME)

packages/starship/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"format": "eslint . --fix",
2323
"clean": "rimraf ./types && rimraf ./src/codegen && rimraf ./src/codegen1",
2424
"e2e": "npm run e2e:test",
25-
"e2e:deps": "make setup-deps",
25+
"e2e:deps": "make setup",
2626
"e2e:kind": "make setup-kind",
2727
"e2e:start": "make install",
2828
"e2e:port": "make port-forward",

0 commit comments

Comments
 (0)