Try to build WASM on page 4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-15 14:47:46 -06:00
parent 09623f73aa
commit 953ea4e6c4
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
21 changed files with 771 additions and 8 deletions

View file

@ -9,7 +9,7 @@
],
"scripts": {
"start": "parcel",
"build": "parcel build"
"build": "pnpm run -r build; parcel build"
},
"devDependencies": {
"@parcel/compressor-brotli": "^2.15.4",
@ -23,7 +23,8 @@
"posthtml-component": "github:StratusFearMe21/posthtml-components#reorder_processing",
"posthtml-include": "^2.0.1",
"posthtml-markdownit": "^3.1.2",
"sharp": "^0.33.5"
"sharp": "^0.33.5",
"thecockpit": "link:./thecockpit/pkg"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.1",