Skip to content

Commit

Permalink
cleanup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Feb 26, 2024
1 parent 0e40ed4 commit 5ee20e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"scripts": {
"build": "rollup -c && tsc",
"dev": "rollup -c -w",
"lint": "pnpify run prettier --check src tools babel.config.js jest.config.js rollup.config.js && eslint src/**/*.js tools/**/*.js babel.config.js jest.config.js",
"lint": "pnpify run prettier --check src tools *.config.js && eslint src/**/*.js tools/**/*.js babel.config.js jest.config.js",
"test": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js",
"test:watch": "node --experimental-vm-modules $(yarn bin jest) -c jest.config.js --watch",
"format": "pnpify run prettier --write src tools babel.config.js jest.config.js rollup.config.js"
"format": "pnpify run prettier --write src tools *.config.js"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down

0 comments on commit 5ee20e9

Please sign in to comment.