mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Adding date to submitted questions, sqlite insert fixes
This commit is contained in:
@@ -31,9 +31,14 @@ makeNextSubmodule() {
|
||||
npm audit fix
|
||||
npm run export
|
||||
popd
|
||||
ln -sf "$PWD/submodules/${1}/out" "$PWD/nextStatic/${2}"
|
||||
linkTarget="$PWD/nextStatic/${2}"
|
||||
if [ ! -f "${linkTarget}" ]; then
|
||||
ln -sf "$PWD/submodules/${1}/out" "${linkTarget}"
|
||||
fi
|
||||
}
|
||||
|
||||
./setup.sh
|
||||
|
||||
log "Making project"
|
||||
npm install
|
||||
npm audit fix
|
||||
|
Reference in New Issue
Block a user