Skip to content

Commit

Permalink
Merge pull request #1179 from dis-moi/fix/website_install_as_postinstall
Browse files Browse the repository at this point in the history
fix: add website install as postinstall
  • Loading branch information
JalilArfaoui authored Nov 11, 2021
2 parents c2d2b25 + 2a0f76c commit 4503b48
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 @@ -6,6 +6,7 @@
"node": ">=12 <17"
},
"scripts": {
"postinstall": "yarn website install",
"start": "webpack --watch --progress --mode=development",
"start:profiles": "webpack-dev-server --progress --mode=development --config webpack.profiles.config.js --inline",
"start:firefox": "webpack --watch --progress --mode=development --env.PLATFORM=firefox",
Expand Down

0 comments on commit 4503b48

Please sign in to comment.