mirror of
https://github.com/actions-rs/cargo.git
synced 2025-05-04 01:29:21 +03:00
Update package.json
This commit is contained in:
parent
7842b6e423
commit
20a8e40604
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"bundle": "cp -r .matchers ./dist/",
|
||||
"build": npm run bundle",
|
||||
"build": "npm run bundle",
|
||||
"format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"test": "jest -c jest.config.json"
|
||||
|
@ -40,7 +40,6 @@
|
|||
"jest": "^29.4.2",
|
||||
"jest-circus": "^29.4.2",
|
||||
"npm-check-updates": "^16.7.4",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-jest": "^29.0.5"
|
||||
"prettier": "^2.8.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue