1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

Renaming ava script to test-docs

This commit is contained in:
Jon Rohan 2017-07-26 10:44:53 -07:00
parent ecf0680815
commit 1b2001af6f
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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