From 1c292c85b97c299551fa3280ad5d0335724ab6a5 Mon Sep 17 00:00:00 2001 From: rharkor Date: Tue, 5 Dec 2023 15:06:25 +0100 Subject: [PATCH] fix: base --- .eslintignore | 3 ++- package-lock.json | 1 + packages/scripts/init.ts | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index db5ddae5..1064fe98 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ .next -node_modules \ No newline at end of file +node_modules +dist \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d92c9a31..ec912226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "packages": { "": { "name": "next-boilerplate", + "hasInstallScript": true, "workspaces": [ "packages/scripts", "packages/app" diff --git a/packages/scripts/init.ts b/packages/scripts/init.ts index 914be9b2..c963bf84 100644 --- a/packages/scripts/init.ts +++ b/packages/scripts/init.ts @@ -22,8 +22,7 @@ async function main() { console.log(chalk.green("Welcome to the init script!")) console.log(chalk.blue(' Starting the "replace tokens" script...')) - //TODO decomment - // await replaceTokens() + await replaceTokens() console.log(chalk.green("Done!")) console.log(chalk.blue(' Starting the "runtime" script...'))