Add npm install command to build scripts

This commit is contained in:
Simon Larsen
2024-03-13 11:32:24 +00:00
parent 0f45d050b5
commit 8937839b2a
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# This is taken from: https://nodejs.org/api/single-executable-applications.html
npm install
npm run compile
npm run build
node --experimental-sea-config sea-config.json

View File

@@ -1,5 +1,5 @@
# This is taken from: https://nodejs.org/api/single-executable-applications.html
npm install
npm run compile
npm run build
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

View File

@@ -1,4 +1,5 @@
# This is taken from: https://nodejs.org/api/single-executable-applications.html
npm install
npm run compile
npm run build
npm i postject -g