1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 12:22:17 +03:00

Updating scripts

This commit is contained in:
Jon Rohan 2017-10-27 10:24:08 -07:00 committed by Catherine Bui
parent 1078145331
commit da1c1c4370

View File

@ -21,11 +21,11 @@
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
"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": "stylelint **/*.scss -s scss",
"test": "npm-run-all -s build lint test-docs"
"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.3.0"