Skip to content

Commit

Permalink
Fix package.json for win32 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli authored Nov 13, 2024
1 parent 391b356 commit 2f0e626
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 @@ -8,7 +8,7 @@
"license": "GPL-3.0",
"scripts": {
"test": "jest",
"e2e": "npm run build; jest --runInBand --config=jest.e2e.config.js",
"e2e": "npm run build && jest --runInBand --config=jest.e2e.config.js",
"lint": "eslint .",
"release": "release-it --verbose",
"build": "tsc",
Expand Down

0 comments on commit 2f0e626

Please sign in to comment.