Skip to content
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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
cache: yarn
- run: yarn install --immutable
- run: yarn build
- run: yarn build:pkg
- name: Test
env:
GIT_AUTHOR_NAME: 'Simple Git Tests'
GIT_AUTHOR_EMAIL: 'tests@simple-git.dev'
run: yarn test
- run: yarn build:pkg
- run: yarn test:consumer

build-windows:
runs-on: windows-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"lint": "biome check",
"lint:fix": "biome check --write",
"test": "yarn workspaces foreach -A run test",
"test:consumer": "yarn workspaces foreach -A run test:consumer",
"test:win": "yarn workspaces foreach -A run test:win"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-es-module-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"type": "module",
"scripts": {
"test": "node test.mjs"
"test:consumer": "node test.mjs"
},
"dependencies": {
"simple-git": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-javascript-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.1",
"scripts": {
"test": "node test.js && node test-default.js"
"test:consumer": "node test.js && node test-default.js"
},
"dependencies": {
"simple-git": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-typescript-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"scripts": {
"test": "yarn test:types && yarn test:jest",
"test:consumer": "yarn test:types && yarn test:jest",
"test:types": "tsc",
"test:jest": "jest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-typescript-esm-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
},
"scripts": {
"test": "jest"
"test:consumer": "jest"
},
"dependencies": {
"@simple-git/babel-config": "*",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3522,12 +3522,12 @@ __metadata:
linkType: hard

"brace-expansion@npm:^1.1.7":
version: 1.1.13
resolution: "brace-expansion@npm:1.1.13"
version: 1.1.14
resolution: "brace-expansion@npm:1.1.14"
dependencies:
balanced-match: "npm:^1.0.0"
concat-map: "npm:0.0.1"
checksum: 10/b5f4329fdbe9d2e25fa250c8f866ebd054ba946179426e99b86dcccddabdb1d481f0e40ee5430032e62a7d0a6c2837605ace6783d015aa1d65d85ca72154d936
checksum: 10/2de747a5891ea0d3a1946ea1ae26e056a47f7ea8d42a3009e1736ec3a31a5aa69a3c5da59d998426773553afe4c258e5b12d7953b534fa7f2cf12ce92eed4931
languageName: node
linkType: hard

Expand Down