Skip to content

Commit

Permalink
dont need to type check to do the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 14, 2023
1 parent e0717a2 commit 9b3673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/scripts/do-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cp ./src/examples/Quiet* ./public/
cp ../../README.md ./public/

# swap to using the published version of prong edtior
npx tsc &&
# npx tsc &&
yarn add prong-editor &&
npx vite build &&
yarn remove prong-editor

0 comments on commit 9b3673a

Please sign in to comment.