mirror of
https://github.com/SheetJS/sheetjs.git
synced 2026-01-18 14:18:13 +00:00
8 lines
63 B
Makefile
8 lines
63 B
Makefile
.PHONY: init
|
|
init:
|
|
npm i
|
|
|
|
.PHONY: tfjs
|
|
tfjs: init
|
|
node tf.js
|