fix import + update build task
This commit is contained in:
parent
818cd9044b
commit
9aaaa755c7
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue