Skip to content

Commit

Permalink
[#446] Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Sep 6, 2023
1 parent 6e3fdc2 commit d23baf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
run 'yarn add --dev eslint-plugin-yml@1.8.0'

# Setup scripts
run 'npm pkg set scripts.eslint="eslint . --color"'
run 'npm pkg set scripts.eslint="eslint . --color --ignore-pattern node_modules"'
run 'npm pkg set scripts.eslint:fix="eslint . --color --fix"'
run 'npm pkg set scripts.stylelint="stylelint **/*.scss --color"'
run 'npm pkg set scripts.stylelint:fix="stylelint **/*.scss --color --fix"'
Expand Down

0 comments on commit d23baf4

Please sign in to comment.