Skip to content

Commit

Permalink
prolinuxd: rm dist during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2023
1 parent 5515625 commit c7def9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ EOF`);
export PATH=${ROOTFS_DIR}/opt/nodejs/bin:$PATH
node --version
cd ${__dirname}/../ocs2-prolinuxd
rm -rf dist/*
npm ci
tsc
sudo mkdir -pv ${ROOTFS_DIR}/opt/prolinuxd
Expand Down

0 comments on commit c7def9c

Please sign in to comment.