mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
use helper scripts in template package.json
This commit is contained in:
parent
57aa5ee89e
commit
2ff4d194b8
@ -16,10 +16,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "primer-module-build index.scss",
|
||||
"test-docs": "../../script/test-docs",
|
||||
"build": "../../script/npm-run primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "eslint",
|
||||
"test": "npm-run-all -s build lint"
|
||||
"lint": "../../script/lint-scss",
|
||||
"test": "../../script/npm-run-all build lint test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "<%= dependencies['primer-support'].version %>"
|
||||
|
Loading…
Reference in New Issue
Block a user