chore(ci): solve issues after review

This commit is contained in:
Elian Doran 2025-03-24 17:30:37 +02:00
parent 9f3fee2d06
commit c25d42cf5d
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ inputs:
description: "Which shell to use" description: "Which shell to use"
required: true required: true
forge_platform: forge_platform:
description: "The --platform to pass to Electron Forge"
required: true required: true
runs: runs:

View File

@ -47,7 +47,7 @@
"docs:build": "npm run docs:build-backend && npm run docs:build-frontend", "docs:build": "npm run docs:build-backend && npm run docs:build-frontend",
"build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress", "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress",
"build:ts": "tsc -p tsconfig.build.json", "build:ts": "tsc -p tsconfig.build.json",
"build:clean": "rimraf ./dist", "build:clean": "rimraf ./dist ./build",
"build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts", "build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts",
"test": "npm run client:test && npm run server:test", "test": "npm run client:test && npm run server:test",
"server:test": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest", "server:test": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest",