Skip to content

Commit

Permalink
chore: add experimental prepare npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhodge committed Oct 4, 2023
1 parent 85b080c commit f8ec6fa
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 @@ -13,7 +13,8 @@
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage",
"addXblock": "node addXblock"
"addXblock": "node addXblock",
"prepare": "npm run build"
},
"files": [
"/dist"
Expand Down

0 comments on commit f8ec6fa

Please sign in to comment.