Skip to content

Commit

Permalink
chore(npm): make test script works on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorgeval committed Nov 29, 2019
1 parent 534b9ed commit 1e4e296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "rimraf build && npm run format && npm run lint && tsc ",
"cucumber": "./node_modules/.bin/cucumber-js features/**/*.feature --foo=bar --logLevel=error --require 'world/custom-world.ts' --require 'step-definitions/**/*.ts' --require 'hooks/**/*.ts' --require-module ts-node/register --format-options '{\"snippetInterface\": \"async-await\"}' --format json:reports/cucumber-report.json --format summary --format progress-bar --format node_modules/cucumber-pretty",
"cucumber": "./node_modules/cucumber/bin/cucumber-js features/**/*.feature --foo=bar --logLevel=error --require 'world/custom-world.ts' --require 'step-definitions/**/*.ts' --require 'hooks/**/*.ts' --require-module ts-node/register --format-options \"{\\\"snippetInterface\\\": \\\"async-await\\\"}\" --format json:reports/cucumber-report.json --format summary --format progress-bar --format node_modules/cucumber-pretty",
"eslint-fix": "eslint ./ --ext .js,.ts,.tsx --fix",
"eslint-init": "eslint --init",
"format": "prettier --write \"{domains,features,hooks,loggers,reporters,step-definitions}/**/*.{ts,tsx,css,html}\" ",
Expand Down

0 comments on commit 1e4e296

Please sign in to comment.