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:
parent
0421353d68
commit
08be919c9f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue