fix(): copy vendor files into temp directory

This commit is contained in:
Josh Thomas
2017-06-22 23:24:11 -05:00
parent bbe87ef644
commit 167c558860

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "npm run clean && npm run copy.vendor && stencil build",
"clean": "rm -Rf ./dist/*",
"copy.vendor": "mkdir -p ./dist/vendor && cp -Rf ./src/vendor ./dist",
"copy.vendor": "mkdir -p ./temp/vendor && cp -Rf ./src/vendor ./temp",
"test": "jest"
},
"repository": {