Skip to content

Commit

Permalink
[#383] yarn config set ignore-engines true
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Jul 3, 2023
1 parent 3b2c3d6 commit d15cfd9
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 @@ -28,8 +28,8 @@
run 'yarn add esbuild'
run 'yarn add postcss postcss-cli autoprefixer'

run 'yarn config set ignore-engines true'
run 'yarn add --dev @nimblehq/[email protected]'
run 'yarn add --dev stylelint'
run 'yarn add --dev @nimblehq/stylelint-config-nimble'
# Setup scripts
run 'npm set-script eslint "eslint . --color"'
Expand Down

0 comments on commit d15cfd9

Please sign in to comment.