Skip to content

Commit

Permalink
add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Nov 24, 2020
1 parent 6915668 commit 63f883c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"eslint": "eslint .",
"eslint:fix": "eslint --fix .",
"prepack": "npm-run-all eslint test clean build",
"postinstall": "rm -rf node_modules/eslint-plugin-filenames-simple/node_modules",
"test": "jest",
"test:ci": "jest --ci --coverage",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 63f883c

Please sign in to comment.