Skip to content

Commit

Permalink
deployed version does not run JS code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 26, 2024
1 parent 2744a66 commit b4c7ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN npm run tag-attributes
RUN npm run function-code
RUN npm run compilescss
RUN npm run tailwindcss
RUN npm run esbuild
RUN npm run esbuild -- --debug

# create documentation
RUN npm run docscss
Expand Down

0 comments on commit b4c7ea5

Please sign in to comment.