Skip to content

Commit

Permalink
Remove broken unused package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoPrest committed Nov 19, 2024
1 parent ede2d57 commit 548179c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"db-up": "node -e 'require(`./src/db/Migrations.bs.js`).runUpMigrations(true)'",
"db-down": "node -e 'require(`./src/db/Migrations.bs.js`).runDownMigrations(true)'",
"db-setup": "node -e 'require(`./src/db/Migrations.bs.js`).setupDb()'",
"db-track-tables": "node -e 'require(`./db/src/Migrations.bs.js`).trackAllTables()'",
"print-benchmark-summary": "node -e 'require(`./src/Benchmark.bs.js`).Summary.printSummary()'",
"start": "node src/Index.bs.js"
},
Expand Down

0 comments on commit 548179c

Please sign in to comment.