We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675cd81 commit 19274deCopy full SHA for 19274de
1 file changed
package.json
@@ -10,7 +10,8 @@
10
},
11
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
12
"scripts": {
13
- "start": "serve --port ${PORT:-3000} ./build"
+ "start": "serve --port ${PORT:-3000} ./build",
14
+ "postinstall": "grunt build"
15
16
"dependencies": {
17
"serve": "^1.4.0"
0 commit comments