Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions nodecg-io-ahk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/derNiklaas"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "http://codeoverflow.org"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-intellij/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-irc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/ExtremTechniker"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-midi-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-midi-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-obs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"homepage": "",
"contributor": "derNiklaas",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"files": [
"dashboard",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-philipshue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://thecrether.at"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"nodecg-bundle"
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-rcon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/derNiklaas"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-sacn-receiver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/Tim-Tech-Dev"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-sacn-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/Tim-Tech-Dev"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/ExtremTechniker"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-spotify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "http://codeoverflow.org"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-streamdeck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-streamelements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"derNiklaas"
],
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"files": [
"dashboard",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/derNiklaas"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-twitch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "http://codeoverflow.org"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-twitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "http://codeoverflow.org"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-websocket-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/derNiklaas"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-websocket-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/derNiklaas"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-xdotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "https://github.com/noeppi-noeppi"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
5 changes: 3 additions & 2 deletions nodecg-io-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"url": "http://codeoverflow.org"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"keywords": [
"",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist --nohoist monaco-editor",
"build": "lerna run build --parallel",
"clean": "lerna run --parallel clean",
"build": "lerna run --stream build",
"rebuild": "npm run clean && npm run build",
"watch": "lerna run --parallel watch",
"lint": "eslint . --ext ts",
"format": "prettier --write \"./**/*.{ts,html,css,json}\""
Expand Down
5 changes: 3 additions & 2 deletions samples/ahk-sendcommand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions samples/discord-guild-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions samples/intellij-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions samples/midi-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean",
"list": "node helperscripts/listDevices.js"
},
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions samples/midi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean",
"list": "node ../midi-input/helperscripts/listDevices.js"
},
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions samples/midi-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean",
"list": "node ../midi-input/helperscripts/listDevices.js"
},
"license": "MIT",
Expand Down
5 changes: 3 additions & 2 deletions samples/obs-scenelist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions samples/philipshue-lights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 3 additions & 2 deletions samples/sacn-receiver-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
"build": "tsc -b",
"watch": "tsc -b -w",
"clean": "tsc -b --clean"
},
"license": "MIT",
"dependencies": {
Expand Down
Loading