mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
removed unnecesarry checkFile from setup
This commit is contained in:
@@ -21,7 +21,6 @@ makeNextSubmodule() {
|
||||
cd "submodules/${1}/" || exit 1
|
||||
npm install
|
||||
npm audit fix > /dev/null 2> /dev/null
|
||||
checkFile "make.sh"
|
||||
npm run export || exit 1
|
||||
npx --yes next telemetry disable
|
||||
cd "${baseDir}" || exit 1
|
||||
|
Reference in New Issue
Block a user