Files
nostr-tools/justfile
2023-02-08 15:29:05 -03:00

14 lines
193 B
Makefile

export PATH := "./node_modules/.bin:" + env_var('PATH')
install-dependencies:
yarn --ignore-engines
build:
node build.js
test: build
jest
testOnly file: build
jest {{file}}