fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems
This commit is contained in:
parent
6dc71c32cc
commit
e523a019d2
8 changed files with 239 additions and 16 deletions
|
|
@ -11,14 +11,15 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "rm -rf ./dist & pnpm exec tsc",
|
||||
"watch": "rm -rf ./dist & pnpm exec tsc --watch"
|
||||
"build": "pnpm exec rimraf ./dist & pnpm exec tsc",
|
||||
"watch": "pnpm exec rimraf ./dist & pnpm exec tsc --watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
"typescript": "~5.8.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue