Skip to content

Commit

Permalink
fix: should run npm install before build (#1117)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Jan 7, 2025
1 parent 28af1fe commit 3398875
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/flow-task-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
verbosity: 3
wait: 120s

- name: Install Dependencies
id: npm-deps
run: npm ci

- name: Compile Project
run: npm run build

- name: Run Example Task File Test
run: |
task default-with-relay
Expand Down
1 change: 1 addition & 0 deletions Taskfile.helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ env:
tasks:
init:
cmds:
- task: "install:solo"
- task: "var:check"
- task: "run:build"

Expand Down
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tasks:
- echo "This command is meant to deploy a Solo network to a Kind cluster on your local machine, "
- echo "ctrl-c if this is not what you want to do."
- sleep 5
- task: "install:solo"
- task: "install"
- task: "start"

Expand Down
1 change: 0 additions & 1 deletion examples/Taskfile.examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tasks:
cmds:
- task: "install:kubectl:darwin"
- task: "install:kubectl:linux"
- task: "install:solo"
- task: "install"
- task: "start"

Expand Down

0 comments on commit 3398875

Please sign in to comment.