Skip to content

Commit

Permalink
revert: re-enable workspaces
Browse files Browse the repository at this point in the history
(cherry picked from commit f5a78b775258ebda478b10306215aeac4419d6f3)
  • Loading branch information
blaggacao committed Jul 2, 2024
1 parent d357258 commit 0ff6746
Show file tree
Hide file tree
Showing 3 changed files with 3,731 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
check-latest: true

- name: Add to Hosts
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"aworkspaces": ["frontend", "frappe-ui"],
"workspaces": ["frontend", "frappe-ui"],
"scripts": {
"postinstall": "cd frontend && yarn install",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn build"
}
}
}
Loading

0 comments on commit 0ff6746

Please sign in to comment.