mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add npm install command to build scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 )"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user