Skip to content

Commit

Permalink
cicd updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Jun 5, 2024
1 parent f66ba55 commit e1ffa15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: npm install -g node-gyp@latest

- name: Run tests
run: yarn install && yarn run prepare && yarn workspaces run test
run: yarn install && yarn workspaces run test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "yarn run dev",
"lint": "eslint --ext .js,.vue website/src",
"build": "yarn workspace website build",
"build:website": "cd website && yarn run build"
"build:website": "cd website && yarn run build",
"postinstall": "git submodule update --init --recursive"
},
"devDependencies": {
"eslint": "^8.41.0",
Expand Down

0 comments on commit e1ffa15

Please sign in to comment.