Skip to content

Commit

Permalink
fix: windows breaking release (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Sep 29, 2021
1 parent fdd3702 commit 7abf893
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"release": "semantic-release",
"lint": "node node_modules/eslint/bin/eslint --max-warnings 0 --config .eslintrc lib",
"package": "ncc build lib/index.js -o dist -s --external=\"@npmcli/run-script\"",
"package": "node node_modules/@vercel/ncc/dist/ncc/cli build lib/index.js -o dist -s --external=\"@npmcli/run-script\"",
"postinstall": "npm run package",
"test": "node node_modules/jest/bin/jest.js --coverage",
"start": "node lib/index.js",
Expand Down

0 comments on commit 7abf893

Please sign in to comment.