Skip to content

Commit

Permalink
fix: fix run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Feb 23, 2024
1 parent 8e0115a commit aa1af44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node_modules/.bin/ts-node

const PROVISIONING = true
const PROVISIONING = true;

// eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await
; (async () => {
Expand Down
2 changes: 1 addition & 1 deletion bin/run.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const PROVISIONING = true
const PROVISIONING = true;

// eslint-disable-next-line unicorn/prefer-top-level-await
(async () => {
Expand Down

0 comments on commit aa1af44

Please sign in to comment.