Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
simplify bin command in node_modules
  • Loading branch information
aquariuslt committed Aug 6, 2020
1 parent e8d03fa commit 2097f76
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 @@ -7,8 +7,8 @@
"start": "webpack-dev-server",
"start:doc": "webpack-dev-server --config webpack.config.doc.js --progress --colors --port 8080",
"build": "node scripts/build.js -p",
"lint": "./node_modules/.bin/eslint components --ext .ts,.tsx",
"autofix": "./node_modules/.bin/eslint components --ext .ts,.tsx --fix",
"lint": "eslint components --ext .ts,.tsx",
"autofix": "eslint components --ext .ts,.tsx --fix",
"pretest": "npm run lint",
"test": "mocha",
"test:watch": "npm run test -- --watch",
Expand Down

0 comments on commit 2097f76

Please sign in to comment.