Skip to content

Commit

Permalink
fix(typescript): add missing humps types
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Oct 5, 2022
1 parent 1127709 commit 05eba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/potassium/recipes/front_end.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def setup_jest

def setup_vue
run "bin/yarn add vue@#{VUE_VERSION} vue-loader@#{VUE_LOADER_VERSION} "\
"babel-preset-typescript-vue3"
"babel-preset-typescript-vue3 @types/humps"
run "bin/yarn add vue-tsc --dev"
gsub_file(
'config/webpack/webpack.config.js',
Expand Down

0 comments on commit 05eba07

Please sign in to comment.