Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jan 27, 2024
1 parent 10fcdd3 commit 5fcd6ab
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 @@ -42,7 +42,7 @@
"scripts": {
"build": "npm run tsc && npm run lint && npm test && npm run bundle",
"bundle": "npm-run-all -s bundle-*",
"bundle-browser": "esbuild --format=esm --platform=node --outfile=dist/esm/css-color.js --bundle --minify --sourcemap src/index.js",
"bundle-browser": "esbuild --format=esm --platform=node --outfile=dist/esm/css-color.min.js --bundle --minify --sourcemap src/index.js",
"bundle-cjs": "esbuild --format=cjs --platform=node --outdir=dist/cjs/ --minify --sourcemap src/**/*.js",
"lint": "eslint --fix .",
"test": "c8 --reporter=text mocha --exit test/**/*.test.js",
Expand Down

0 comments on commit 5fcd6ab

Please sign in to comment.