mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Make.sh update, data.json path update
This commit is contained in:
parent
ecacef3fa9
commit
63829bb914
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ echo "Seting up next.js static stuff..."
|
|||
mkdir "$PWD/nextStatic"
|
||||
|
||||
echo "Making qmining page"
|
||||
pushd modules/qmining/qmining-page/
|
||||
pushd submodules/qmining-page/
|
||||
npm install
|
||||
npm run export
|
||||
popd
|
||||
|
@ -28,7 +28,7 @@ checkFile "$PWD/submodules/qmining-page/out"
|
|||
ln -sf "$PWD/submodules/qmining-page/out" "$PWD/nextStatic/qminingPagePublic"
|
||||
|
||||
echo "Making data editor page"
|
||||
pushd modules/dataEditor/qmining-data-editor/
|
||||
pushd submodules/qmining-data-editor/
|
||||
npm install
|
||||
npm run export
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue