Skip to content

Commit

Permalink
build: simplify build script by removing unnecessary flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir committed Dec 12, 2024
1 parent df4e7f1 commit bbf2123
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 @@ -31,7 +31,7 @@
"prepare": "husky",
"publish-package": "npm publish",
"prepublishOnly": "npm run build",
"build": "npx babel src -d build --no-comments --compact true --minified",
"build": "npx babel src -d build",
"test": "concurrently \"npm:test:*\"",
"test:tests": "npx mocha ./tests --inline-diffs true",
"test:classes": "npx mocha ./tests/classes --inline-diffs true",
Expand Down

0 comments on commit bbf2123

Please sign in to comment.