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
1 changed files with 2 additions and 3 deletions

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