Repository URL to install this package:
|
Version:
3.7.2 ▾
|
@skava/forms
/
Makefile
|
|---|
dev:
yarn start
storybook:
yarn storybook
test:
rm -rf build && npx jest --verbose --config jest.config.js
test2:
rm -rf build && yarn test
publish:
rm -rf build && npx tsc || true
babel:
NODE_ENV=development BABEL_ENV=development npx babel build/dist --out-dir build/dist || true
devtest:
$(MAKE) publish && $(MAKE) test