Skip to content

Commit

Permalink
Make scripts section cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile committed Aug 26, 2024
1 parent 63c370f commit 53df1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"scripts": {
"test": "mocha",
"coverage": "c8 mocha",
"build": "./build.js",
"buildChrome": "./build.js --chrome"
"build": "node build.js",
"buildChrome": "node build.js --chrome"
},
"exports": {
"./*": "./src/*"
Expand Down

0 comments on commit 53df1c3

Please sign in to comment.