Skip to content

Commit

Permalink
Fix: tokenizers build
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonheck committed Feb 7, 2025
1 parent 6f4aa81 commit 67fd673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/tokenizers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/oramasearch/orama"
},
"scripts": {
"build": "node ./scripts/build.mjs",
"build": "BUILD_TOKENIZERS=1 node ./scripts/build.mjs",
"test": "node ./tests/japanese.test.js && node ./tests/japanese.test.js"
},
"keywords": [
Expand Down Expand Up @@ -60,4 +60,4 @@
"tsup": "^7.2.0",
"tsx": "^4.7.1"
}
}
}
1 change: 0 additions & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ async function execute(command, args, cwd) {
}

async function main() {
process.env.BUILD_TOKENIZERS = '1'
await execute('pnpm', 'build')
// await execute('pnpm', 'test')

Expand Down

0 comments on commit 67fd673

Please sign in to comment.