Skip to content
Closed
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
2 changes: 2 additions & 0 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"license": "EPL-2.0",
"scripts": {
"build": "compile ui",
"test": "jest --passWithNoTests --silent",
"build:docs": "api-extractor run --local",
"format": "format src",
"svelte-check": "do-svelte-check",
"_phase:svelte-check": "do-svelte-check",
"build:watch": "compile ui",
"_phase:build": "compile ui",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
Expand Down
2 changes: 2 additions & 0 deletions plugins/login-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"license": "EPL-2.0",
"scripts": {
"build": "compile ui",
"svelte-check": "do-svelte-check",
"test": "jest --passWithNoTests --silent",
"build:docs": "api-extractor run --local",
"format": "format src",
"build:watch": "compile ui",
"_phase:build": "compile ui",
"_phase:svelte-check": "do-svelte-check",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
Expand Down
2 changes: 2 additions & 0 deletions plugins/recorder-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"license": "EPL-2.0",
"scripts": {
"build": "compile ui",
"test": "jest --passWithNoTests --silent",
"build:docs": "api-extractor run --local",
"format": "format src",
"svelte-check": "do-svelte-check",
"_phase:svelte-check": "do-svelte-check",
"build:watch": "compile ui",
"_phase:build": "compile ui",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
Expand Down