Skip to content

Commit

Permalink
fix build types
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 20, 2025
1 parent fd3e289 commit a70f003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js-rattler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"build:wasm": "wasm-pack build --mode normal --release",
"build:esm": "npm run build:wasm -- --target web && rollup -c rollup.config.esm.mjs",
"build:cjs": "npm run build:wasm -- --target nodejs && rollup -c rollup.config.cjs.mjs",
"build": "rimraf dist pkg && npm run build:esm && npm run build:cjs && cp pkg/js_rattler_bg.wasm ./dist/ && api-extractor run --verbose",
"build:types": "tsc && api-extractor run --verbose",
"build": "rimraf dist pkg && npm run build:esm && npm run build:cjs && cp pkg/js_rattler_bg.wasm ./dist/ && npm run build:types",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
Expand Down

0 comments on commit a70f003

Please sign in to comment.