Skip to content

Commit

Permalink
dev env - fix dependencies not installed
Browse files Browse the repository at this point in the history
Fixes sanitize-filename missing error when starting a docker clean.
  • Loading branch information
jkasten2 committed Nov 13, 2023
1 parent 8aaa320 commit 0cdc867
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker/docker-entry-point.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/usr/bin/env bash

# Installs all dependencies
# Installs dependencies to build SDK
yarn

cd express_webpack

# Installs dependencies to run Sandbox for dev env
yarn

# Sandbox cert generation
yarn certs

Expand All @@ -17,4 +20,4 @@ yarn start
# Start shell in docker
# docker-compose exec onesignal-web-sdk-dev bash
# Run each time to rebuild the SDK
# yarn build:dev
# yarn build:dev

0 comments on commit 0cdc867

Please sign in to comment.