Skip to content

Commit

Permalink
added prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassaf-Shahzad committed Nov 11, 2021
1 parent ecae648 commit c18a4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage"
"test": "fedx-scripts jest --coverage",
"prepare": "npm run build"
},
"files": [
"/dist"
Expand Down

0 comments on commit c18a4d8

Please sign in to comment.