Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix dist missing when installed from git (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dattn authored May 5, 2021
1 parent 1d041ad commit 238b614
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 @@ -17,7 +17,7 @@
"test": "jest",
"lint": "prettier --write 'src/**/*.{js,ts,json,md}' 'webpack.production.config.js' 'examples'",
"build": "webpack --config webpack.production.config.js",
"prepublishOnly": "npm run lint && npm run test && npm run build"
"prepare": "npm run lint && npm run test && npm run build"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 238b614

Please sign in to comment.