refactor: split into src-web and src-tsp folders
This commit is contained in:
parent
1cb4b0ca4a
commit
2fa5fecc7c
6 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "rm -rf ./tsp-output && npx tsp compile .",
|
||||
"build": "rm -rf ./tsp-output && npx tsp compile ./src-tsp",
|
||||
"build-web": "npm run build && node ./buildWeb.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue