mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-21 12:34:20 +00:00
Fix deno.json tasks
This commit is contained in:
parent
6ea42dce50
commit
51e21805ca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"build": "deno task lume",
|
||||
"serve": "deno task lume -s",
|
||||
"cms": "deno task lume cms",
|
||||
"import-steam": "deno run run --allow-env --allow-read --allow-net --allow-write _scripts/importSteam.ts"
|
||||
"import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
|
|
Loading…
Reference in a new issue