Skip to content

Commit

Permalink
🔧 Add codesandbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed May 13, 2021
1 parent ce21fb8 commit fb74cef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"packages": ["packages/@ackee/antonio-auth", "packages/@ackee/antonio-core", "packages/@ackee/antonio-utils"],
"sandboxes": ["new", "vanilla"],
"publishDirectory": {
"@ackee/antonio-auth": "packages/@ackee/antonio-auth/lib",
"@ackee/antonio-core": "packages/@ackee/antonio-core/lib",
"@ackee/antonio-utils": "packages/@ackee/antonio-utils/lib"
},
"node": "12"
}

0 comments on commit fb74cef

Please sign in to comment.