Skip to content

Commit

Permalink
Work around still unfixed dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Jun 21, 2024
1 parent f95e7ee commit d2a6624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# https://github.com/Automattic/node-canvas/issues/2375
rm node_modules/canvas -rf

#tsc -p tsconfig.json
sass src/css/chargy.scss src/css/chargy.css
webpack -c webpack.config.cjs
Expand Down

0 comments on commit d2a6624

Please sign in to comment.