1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

use helper scripts in template package.json

This commit is contained in:
Shawn Allen 2017-09-08 14:03:24 -07:00
parent 57aa5ee89e
commit 2ff4d194b8

View File

@ -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 %>"