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 Jan 22, 2025
1 parent 8633ad7 commit 06756d1
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_DIR}/config/labels-annotations.js --de
# # store
${BASE_DIR}/node_modules/.bin/tsc ${SHELL_DIR}/store/features.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/store > /dev/null
${BASE_DIR}/node_modules/.bin/tsc ${SHELL_DIR}/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_DIR}/plugins/dashboard-store/normalize.js --declaration --allowJs --emitDeclarationOnly --outDir ${SHELL_DIR}/tmp/plugins/dashboard-store/ > /dev/null
Expand Down

0 comments on commit 06756d1

Please sign in to comment.