npm script "postinstall" to create the source folder after initial installation #164
This commit is contained in:
parent
5919fef6a4
commit
eb98a760a6
|
@ -44,5 +44,8 @@
|
|||
"owl.carousel": "^2.2.0",
|
||||
"undescores-for-npm": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"postinstall": "gulp copy-assets"
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue