Skip to content

Commit

Permalink
chore: setup npm install for local semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent f7ab157 commit 5690191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ tests/go.*
# ReactJS
client/node_modules/
node_modules

package-lock.json
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ api-init:
# create python virtual environments for dev as well
# as for the Lambda layer.
# ---------------------------------------------------------
npm install && \
python3.11 -m venv venv && \
source venv/bin/activate && \
pip install --upgrade pip && \
Expand Down

0 comments on commit 5690191

Please sign in to comment.