Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / Makefile
Size: Mime:
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