Skip to content

Commit

Permalink
[core] Avoid PR sandbox notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 3, 2023
1 parent 3d7458a commit f4e80d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"installCommand": "install",
"buildCommand": "release:build",
"node": "16.4",
"node": "16",
"packages": [
"packages/create-toolpad-app",
"packages/toolpad",
"packages/toolpad-app",
"packages/toolpad-components",
"packages/toolpad-core",
"packages/toolpad-utils"
]
],
"silent": true
}

0 comments on commit f4e80d9

Please sign in to comment.