npm script "postinstall" to create the source folder after initial installation #164

This commit is contained in:
Tim Hartmann 2016-12-15 09:04:25 +01:00
parent 5919fef6a4
commit eb98a760a6
1 changed files with 4 additions and 1 deletions

View File

@ -44,5 +44,8 @@
"owl.carousel": "^2.2.0",
"undescores-for-npm": "^1.0.0"
},
"devDependencies": {}
"devDependencies": {},
"scripts": {
"postinstall": "gulp copy-assets"
}
}