fix import + update build task

This commit is contained in:
Felix Roos 2022-12-22 17:23:35 +01:00
parent 818cd9044b
commit 9aaaa755c7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"snapshot": "vitest run -u --silent",
"repl": "cd website && npm run dev",
"osc": "cd packages/osc && npm run server",
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
"build": "cd website && npm run build",
"preview": "npx serve ./out",
"deploy": "NODE_DEBUG=gh-pages gh-pages -d out",
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",

View File

@ -21,7 +21,7 @@ import './Repl.css';
import { Footer } from './Footer';
import { Header } from './Header';
import { prebake } from './prebake.mjs';
import * as tunes from '../../../tunes.mjs';
import * as tunes from './tunes.mjs';
initAudioOnFirstClick();