remove lint scripts from reacord package
This commit is contained in:
@@ -20,9 +20,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsup-node library/main.ts --target node16 --format cjs,esm --dts --sourcemap",
|
"build": "tsup-node library/main.ts --target node16 --format cjs,esm --dts --sourcemap",
|
||||||
"build-watch": "pnpm build -- --watch",
|
"build-watch": "pnpm build -- --watch",
|
||||||
"lint": "eslint --ext js,ts,tsx .",
|
|
||||||
"lint-fix": "pnpm lint -- --fix",
|
|
||||||
"format": "prettier --write .",
|
|
||||||
"test": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js --colors",
|
"test": "node --experimental-vm-modules --no-warnings ./node_modules/jest/bin/jest.js --colors",
|
||||||
"test-watch": "pnpm test -- --watch",
|
"test-watch": "pnpm test -- --watch",
|
||||||
"coverage": "pnpm test -- --coverage",
|
"coverage": "pnpm test -- --coverage",
|
||||||
|
|||||||
Reference in New Issue
Block a user