mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(nx/test): set up global test script
This commit is contained in:
parent
0fa6524de4
commit
a8b881799d
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Run the unit tests
|
||||
run: npm run test
|
||||
run: pnpm run test
|
||||
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
|
@ -12,7 +12,8 @@
|
||||
"server:start-prod": "pnpm server:build && cross-env TRILIUM_DATA_DIR=apps/server/data node apps/server/dist/main.js",
|
||||
"electron:build": "nx build desktop",
|
||||
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
|
||||
"test": "pnpm nx run-many -t test"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user