Skip to content
Snippets Groups Projects
Commit a8be35b2 authored by Fynn Becker's avatar Fynn Becker Committed by Jonathan Neal
Browse files

Use cross-platform cpr for npm install hook (#8)

parent fa072419
No related branches found
No related tags found
No related merge requests found
node_modules
# Exclude generated files
_system-font.scss
system-font.less
......@@ -19,10 +19,12 @@
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"dependencies": {
"cpr": "^2.2.0"
},
"devDependencies": {},
"main": "system-font.css",
"scripts": {
"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less"
"install": "cpr system-font.css _system-font.scss -o && cpr system-font.css system-font.less -o"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment