0
0
Fork 0
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:
Rin Arakaki 2023-02-13 03:29:36 +09:00 committed by GitHub
parent 7842b6e423
commit 20a8e40604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}