🔨 (yarn): added yarn setup to setup emsdk

This commit is contained in:
Michel Courtine 2024-08-31 22:00:34 +02:00
parent b0377376aa
commit 9cc823b394

View file

@ -2,6 +2,7 @@
"name": "ioq3",
"packageManager": "yarn@4.2.2",
"scripts": {
"setup": "echo \"cd ../../emsdk/ && source emsdk_env.sh && cd -\"",
"build": "emmake make",
"commit": "gitmoji -c"
}