Skip to content

Commit

Permalink
fix: base
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Dec 5, 2023
1 parent 550bd8e commit 1c292c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.next
node_modules
node_modules
dist
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/scripts/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...'))
Expand Down

0 comments on commit 1c292c8

Please sign in to comment.