Skip to content

Commit

Permalink
Fix npm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Oct 20, 2023
1 parent f13a288 commit 5a73dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/lib/src/jsMain/resources/wirespec-bin.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
const {cli} = require("./wirespec-lib.js");
const {cli} = require("./wirespec-src-compiler-lib.js");
cli(process.argv.slice(2))

0 comments on commit 5a73dfc

Please sign in to comment.