build plugin in background
This commit is contained in:
parent
b4d75a7173
commit
178b35e2c8
@ -24,7 +24,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf dist/*",
|
"clean": "rm -rf dist/*",
|
||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"build": "npx tsc --build src/tsconfig.json"
|
"build": "npx tsc --build src/tsconfig.json",
|
||||||
|
"watch": "npx tsc --build src/tsconfig.json --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@peertube/peertube-types": "^5.1.0",
|
"@peertube/peertube-types": "^5.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user