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