Skip to content

Commit

Permalink
Add npm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jan 6, 2024
1 parent d0a5353 commit 4997dbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "1.3.0",
"scripts": {
"test": "ava"
"test": "ava",
"buildja": "node .\\src\\convertWikipedia.js ja 2022-12-01"
},
"dependencies": {
"pinyin-pro": "^3.18.5",
Expand All @@ -11,4 +12,4 @@
"devDependencies": {
"ava": "^6.0.1"
}
}
}

0 comments on commit 4997dbf

Please sign in to comment.