1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-07 16:26:34 +02:00
24eme-signaturepdf/Makefile

11 lines
204 B
Makefile

.PHONY: test
node_modules/jest/bin/jest.js:
npm install jest
node_modules/puppeteer:
npm install puppeteer
test: node_modules/jest/bin/jest.js node_modules/puppeteer
./node_modules/jest/bin/jest.js