build plugin in background

This commit is contained in:
Théo Le Calvar 2023-05-13 12:49:14 +02:00
parent b4d75a7173
commit 178b35e2c8

View File

@ -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",