Skip to content

Commit

Permalink
Return build
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Mar 8, 2024
1 parent 63278cd commit ec6f3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
- name: Install aqua deps
run: fluence dep i --no-input

- name: Build fluence project
run: fluence build --no-input

- name: Init local env with fcli
run: fluence local init --no-input

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc && fluence build",
"build": "tsc",
"run": "npm run -w gateway run",
"test": "node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
},
Expand Down

0 comments on commit ec6f3b7

Please sign in to comment.