Skip to content

Commit

Permalink
Fix workflows script
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Sep 20, 2023
1 parent 743689a commit d780b0a
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 @@ -5,7 +5,7 @@
"scripts": {
"start": "cd client && npm start",
"build:all": "cd client && npm run build",
"postinstall": "cd client && npm install"
"postinstall": "(cd client && npm install) && (cd internal-renderers && npm install)"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d780b0a

Please sign in to comment.