Files
nostr-tools/justfile
2023-02-27 19:53:12 -03:00

21 lines
257 B
Makefile

export PATH := "./node_modules/.bin:" + env_var('PATH')
install-dependencies:
yarn --ignore-engines
build:
node build.js
test: build
jest
test-only file: build
jest {{file}}
type-check:
tsc
publish: build
types
npm publish