Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Feb 1, 2025
1 parent 23e459d commit 0c3bf40
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 @@ -271,7 +271,7 @@
"tst": "^8.0.1"
},
"scripts": {
"test": "node test || exit 0",
"test": "node test",
"build": "esbuild ./index.js --bundle --format=esm --outfile=dist/color-space.js",
"min": "esbuild ./dist/color-space.js --minify --outfile=dist/color-space.min.js",
"prepublishOnly": "npm run build && npm run min"
Expand Down

0 comments on commit 0c3bf40

Please sign in to comment.