diff --git a/package.json b/package.json index 588212b..a2b00a1 100644 --- a/package.json +++ b/package.json @@ -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/*"