mirror of
https://github.com/primer/css.git
synced 2025-01-02 11:12:27 +03:00
Dropping quotes in ava command
This commit is contained in:
parent
c824f75e0f
commit
c3f8961bef
@ -17,7 +17,7 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test-docs": "ava --verbose \"../../tests/modules/test-*.js\"",
|
||||
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test-docs": "ava --verbose \"../../tests/modules/test-*.js\"",
|
||||
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test-docs": "ava --verbose \"../../tests/modules/test-*.js\"",
|
||||
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test-docs": "ava --verbose \"../../tests/modules/test-*.js\"",
|
||||
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test-docs": "ava --verbose \"../../tests/modules/test-*.js\"",
|
||||
"test-docs": "ava --verbose ../../tests/modules/test-*.js",
|
||||
"build": "primer-module-build index.scss",
|
||||
"prepare": "npm run build",
|
||||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
||||
|
Loading…
Reference in New Issue
Block a user