mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
Renaming ava script to test-docs
This commit is contained in:
parent
ecf0680815
commit
1b2001af6f
@ -17,11 +17,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "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",
|
||||
"test": "npm run build && npm run lint && npm run ava"
|
||||
"test": "npm run build && npm run lint && npm run test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^1.1.0",
|
||||
|
@ -17,11 +17,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "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",
|
||||
"test": "npm run build && npm run lint && npm run ava"
|
||||
"test": "npm run build && npm run lint && npm run test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^1.1.0",
|
||||
|
@ -17,11 +17,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "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",
|
||||
"test": "npm run build && npm run lint && npm run ava"
|
||||
"test": "npm run build && npm run lint && npm run test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.1.0"
|
||||
|
@ -17,11 +17,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "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",
|
||||
"test": "npm run build && npm run lint && npm run ava"
|
||||
"test": "npm run build && npm run lint && npm run test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.1.0"
|
||||
|
@ -17,11 +17,11 @@
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"ava": "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",
|
||||
"test": "npm run build && npm run lint && npm run ava"
|
||||
"test": "npm run build && npm run lint && npm run test-docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user