1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

Trying this as txt

This commit is contained in:
Jon Rohan 2016-05-25 15:03:56 -04:00
parent a9816e41e8
commit d5e8c3465f
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
*.yml
.postcss.json
.primer-stats.md
.primer-stats.txt

View File

@ -16,7 +16,7 @@
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"stats": "parker build/build.css > .primer-stats.md",
"stats": "parker build/build.css > .primer-stats.txt",
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css && npm run stats",
"setup": "npm install",
"preversion": "npm run build",