Skip to content
Snippets Groups Projects
Commit 42b50bc5 authored by Joey Nichols's avatar Joey Nichols
Browse files

Add npm install hook to create .scss & .less files

parent c066eee1
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,7 @@
"dependencies": {},
"devDependencies": {},
"main": "system-font.css",
"scripts": {}
"scripts": {
"install": "cp system-font.css _system-font.scss ; cp system-font.css system-font.less"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment