Skip to content

Commit

Permalink
Ensure we generate types for the plugins package to give us access to…
Browse files Browse the repository at this point in the history
… mapDriver
  • Loading branch information
nwmac committed Aug 13, 2024
1 parent 5b72612 commit 29ec9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/scripts/typegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ${BASE_DIR}/node_modules/.bin/tsc shell/config/labels-annotations.js --declarati
# store
${BASE_DIR}/node_modules/.bin/tsc shell/store/features.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/store > /dev/null
${BASE_DIR}/node_modules/.bin/tsc shell/store/prefs.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/store > /dev/null
${BASE_DIR}/node_modules/.bin/tsc shell/store/plugins.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/store > /dev/null

# plugins
${BASE_DIR}/node_modules/.bin/tsc shell/plugins/dashboard-store/normalize.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/plugins/dashboard-store/ > /dev/null
Expand Down

0 comments on commit 29ec9b5

Please sign in to comment.