Skip to content

Commit

Permalink
chore: add web build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Dec 18, 2024
1 parent dafb336 commit 9542317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lib-esm"
],
"scripts": {
"build": "npm run prepack && cheminfo-build --entry lib/index.js --root UintBase64",
"check-types": "tsc --noEmit",
"clean": "rimraf lib lib-esm",
"eslint": "eslint src --cache",
Expand All @@ -39,6 +40,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@vitest/coverage-v8": "2.1.8",
"cheminfo-build": "^1.2.0",
"eslint": "^9.17.0",
"eslint-config-cheminfo-typescript": "^17.0.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 9542317

Please sign in to comment.