Files
nostr-tools/justfile
BilligsterUser 673f4abab8 add type definition
fixes #138
2023-02-27 19:51:19 -03:00

21 lines
260 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}}
types:
npx tsc
publish: build
types
npm publish