Skip to content

Commit 0009f5e

Browse files
authored
added postinstall command to run in a cloud server
1 parent d9f4a35 commit 0009f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"homepage": "http://www.riccardoandreatta.com/",
66
"main": "index.html",
77
"scripts": {
8-
"start": "node server"
8+
"start": "node server",
9+
"postinstall": "gulp --type production"
910
},
1011
"author": {
1112
"name": "Riccardo Andreatta"

0 commit comments

Comments
 (0)