Skip to content

Commit 76897f3

Browse files
committed
(feat): Update build script to include CSS generation
1 parent acea3b7 commit 76897f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
npm run build-chapters -- $@
3+
npm run generate-css
34
npm run build-dependencies
45
npm run build-copy -- $@
56
npm run build-html -- $@

0 commit comments

Comments
 (0)