Added grunt build to postinstall

This commit is contained in:
Oleg Lavrovsky 2020-05-05 11:13:15 +02:00
parent e9fce972a3
commit d7e8474275

View File

@ -17,7 +17,7 @@
"generate": "all-contributors generate",
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false",
"postinstall": "bower install --config.interactive=false && grunt build",
"init": "node scripts/setup.js"
},
"dependencies": {