Skip to content

Commit

Permalink
fix(ci): shadow ci command using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed May 19, 2023
1 parent 9c8d8b0 commit bf0d1b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"ci": "yarn install --frozen-lockfile",
"test-v1": "npx vitest --dir test/v1 --test-timeout=30000",
"test-v2": "npx vitest --dir test/v2 --test-timeout=30000",
"lint": "eslint src/**/*.ts test/**/*.ts",
Expand Down Expand Up @@ -118,4 +119,4 @@
"dependencies": {
"yaml": "^2.2.2"
}
}
}

0 comments on commit bf0d1b6

Please sign in to comment.