Files
nostr-tools/justfile
2023-02-09 12:09:16 -03:00

17 lines
225 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}}
publish: build
npm publish