chore: add cucumber.js to list of files to lint and /docs to .gitignore (#327)
Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
73f0becc2b
commit
17d4bc85df
|
@ -12,6 +12,7 @@ index.js
|
||||||
/browser
|
/browser
|
||||||
/bundles
|
/bundles
|
||||||
/dist
|
/dist
|
||||||
|
/docs
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
pids
|
pids
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "tsc --project tsconfig.json --watch",
|
"watch": "tsc --project tsconfig.json --watch",
|
||||||
"build": "tsc --project tsconfig.json && tsc --project tsconfig.browser.json && webpack",
|
"build": "tsc --project tsconfig.json && tsc --project tsconfig.browser.json && webpack",
|
||||||
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
|
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' cucumber.js",
|
||||||
"lint:fix": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' --fix",
|
"lint:fix": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' --fix",
|
||||||
"pretest": "npm run lint && npm run conformance",
|
"pretest": "npm run lint && npm run conformance",
|
||||||
"test": "mocha --require ts-node/register ./test/integration/**/*.ts",
|
"test": "mocha --require ts-node/register ./test/integration/**/*.ts",
|
||||||
|
|
Loading…
Reference in New Issue