Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
whevether authored Aug 30, 2023
1 parent 3be8a03 commit a74b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "npm-run-all --parallel open:src lint:watch test:watch",
"open:src": " webpack serve --mode development",
"open:dist": "node tools/distServer.js",
"lint": "eslint --ext .tsx,.jsx,.js,.ts src/ tools/ --fix",
"lint": "esw --ext .tsx,.jsx,.js,.ts src/ tools/ --fix --color",
"lint:watch": "npm run lint -- --watch",
"clean-dist": "npm run remove-dist && mkdir dist",
"remove-dist": "rimraf ./dist",
Expand Down

0 comments on commit a74b664

Please sign in to comment.