Skip to content

Commit 19274de

Browse files
committed
mend
1 parent 675cd81 commit 19274de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
1212
"scripts": {
13-
"start": "serve --port ${PORT:-3000} ./build"
13+
"start": "serve --port ${PORT:-3000} ./build",
14+
"postinstall": "grunt build"
1415
},
1516
"dependencies": {
1617
"serve": "^1.4.0"

0 commit comments

Comments
 (0)