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

Commit

Permalink
feat: adds "prepare" script step to allow building from github
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed May 28, 2024
1 parent 10b40b5 commit 8f18072
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 @@ -8,6 +8,7 @@
},
"scripts": {
"build": "make build",
"prepare": "make build",
"i18n_extract": "fedx-scripts formatjs extract",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
Expand Down

0 comments on commit 8f18072

Please sign in to comment.