Skip to content

Commit

Permalink
(chore) x-platify 'inline-version' yarn script (#1190)
Browse files Browse the repository at this point in the history
Windows doesn't know about shebang ;-)

Co-authored-by: Jakub Rożek <[email protected]>
  • Loading branch information
nulltoken and P0lip authored Jun 1, 2020
1 parent f23d009 commit 5d741c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cli": "node -r ts-node/register -r tsconfig-paths/register src/cli/index.ts",
"cli:debug": "node -r ts-node/register -r tsconfig-paths/register --inspect-brk src/cli/index.ts",
"generate-assets": "node -r ts-node/register ./scripts/generate-assets.ts",
"inline-version": "./scripts/inline-version.js",
"inline-version": "node ./scripts/inline-version.js",
"prelint": "tsc --noEmit",
"lint.fix": "yarn lint --fix",
"lint": "eslint --cache --cache-location .cache/ src/**/*.{ts,js} test-harness/**/*.{ts,js}",
Expand Down

0 comments on commit 5d741c4

Please sign in to comment.