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:
parent
a9816e41e8
commit
d5e8c3465f
@ -1,3 +1,3 @@
|
||||
*.yml
|
||||
.postcss.json
|
||||
.primer-stats.md
|
||||
.primer-stats.txt
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user