forked from sheetjs/sheetjs
5 lines
72 B
Makefile
5 lines
72 B
Makefile
.PHONY: test
|
|
test:
|
|
cp ../../dist/xlsx.full.min.js .
|
|
node test.node.js
|