Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Sep 9, 2024
1 parent 9c250e0 commit 1dafa9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "playwright install chromium",
"dev": "quizms dev",
"lint": "biome check --write",
"build": "quizms build --training"
Expand Down
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cd scolastiche
apt-get update
apt-get install -y asymptote texlive-latex-extra texlive-fonts-recommended libxkbcommon0
yarn install --production --frozen-lockfile
yarn playwright install-deps chromium
yarn build
mv dist/index.html dist/404.html

0 comments on commit 1dafa9a

Please sign in to comment.