Skip to content

Commit

Permalink
Merge pull request #20360 from storybookjs/tech/no-dash-S
Browse files Browse the repository at this point in the history
Build: Remove the non-cross-platform dash-S option
  • Loading branch information
ndelangen authored Dec 21, 2022
2 parents bd6b9ba + 79fe6ee commit c2f424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare/facade.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S ../../node_modules/.bin/ts-node
#!/usr/bin/env ../../node_modules/.bin/ts-node

import { join, parse } from 'path';
import fs from 'fs-extra';
Expand Down

0 comments on commit c2f424f

Please sign in to comment.