Skip to content

Commit 4dfee24

Browse files
committed
added netlify.toml
added netlify.toml
1 parent e292e4e commit 4dfee24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build]
2+
base = "Sample-01"
3+
command = "printf '{\"domain\":\"%s\", \"clientId\":\"%s\", \"apiUri\":\"%s\", \"authorizationParams\":{\"audience\":\"%s\"}}' \"${AUTH0_DOMAIN}\" \"${AUTH0_CLIENT_ID}\" \"${URL}\" \"${AUTH0_AUDIENCE}\"> auth_config.json && npm install && npm run build"
4+
publish = "dist/login-demo"

0 commit comments

Comments
 (0)