Skip to content

Commit 9f8cd2c

Browse files
committed
fix build
1 parent b854d65 commit 9f8cd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"description": "日本語で書かれた技術書のコーパス",
1515
"main": "lib/technological-book-corpus-ja.js",
1616
"scripts": {
17-
"build": "gulp",
17+
"build": "node build.js",
1818
"update-refs": "git submodule foreach git pull",
1919
"test": "npm run build && mocha",
2020
"prepublish": "npm run build"

0 commit comments

Comments
 (0)