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
94c3dae466
commit
cef7e647b4
1 changed files with 2 additions and 9 deletions
11
package.json
11
package.json
|
@ -10,10 +10,9 @@
|
|||
},
|
||||
"scripts": {
|
||||
"bundle": "cp -r .matchers ./dist/",
|
||||
"build": "rm -rf ./dist/* && ncc build src/main.ts --minify && npm run bundle",
|
||||
"build": npm run bundle",
|
||||
"format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'",
|
||||
"watch": "rm -rf ./dist/* && ncc build src/main.ts --watch",
|
||||
"test": "jest -c jest.config.json"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -36,11 +35,6 @@
|
|||
"string-argv": "^0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/node": "^18.13.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
|
@ -48,7 +42,6 @@
|
|||
"jest-circus": "^29.4.2",
|
||||
"npm-check-updates": "^16.7.4",
|
||||
"prettier": "^2.8.4",
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^4.9.5"
|
||||
"ts-jest": "^29.0.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue