8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f25b00 commit 84d698cCopy full SHA for 84d698c
package.json
@@ -37,7 +37,7 @@
37
"rollup-plugin-uglify": "^6.0.3"
38
},
39
"scripts": {
40
- "lint": "gherkin-lint features",
+ "gherkin-lint": "gherkin-lint",
41
"build": "rollup --config rollup.config.js",
42
"prepublishOnly": "rm -rf src && cp -R app/javascript/active_admin src && cp -R app/assets/stylesheets/active_admin src/scss"
43
tasks/lint.rake
@@ -124,7 +124,8 @@ namespace :lint do
124
task :gherkin_lint do
125
puts "Running gherkin-lint..."
126
127
- sh("npx", "gherkin-lint")
+ sh("bin/yarn", "install")
128
+ sh("bin/yarn", "gherkin-lint")
129
end
130
131
desc "Check for unnecessary trailing blank lines across all repo files"
0 commit comments