Repository URL to install this package:
|
Version:
5.0.0 ▾
|
@skava/tests
/
Makefile
|
|---|
# publish:
# npx tsc --project tsconfig.publish.json || true
publish:
npx tsc || true
test:
npx jest
tests:
rm -rf dist && npx tsc || true && npx jest
clean:
rm -fr dist