Skip to content

Commit

Permalink
fix: Add back postinstall step...
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Sep 28, 2023
1 parent 2df8311 commit 6a562fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/tests/ui-driven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"test": "playwright test --grep-invert @regression",
"test:regression": "playwright test",
"test:debug": "DEBUG_LOG=true pnpm test",
"ui": "serve ../../../editor.planx.uk/build --single --listen 3000"
"ui": "serve ../../../editor.planx.uk/build --single --listen 3000",
"postinstall": "./install-dependencies.sh"
},
"dependencies": {
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#44e9ebe",
Expand Down

0 comments on commit 6a562fc

Please sign in to comment.