mirror of
https://github.com/primer/css.git
synced 2025-01-04 12:22:17 +03:00
Updating scripts
This commit is contained in:
parent
1078145331
commit
da1c1c4370
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user