Cypress_TS/CyLukTs/lukan/node_modules/throttleit/Makefile

19 lines
281 B
Makefile
Raw Permalink Normal View History

2023-08-15 16:35:50 +00:00
build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
test: node_modules
@./node_modules/mocha/bin/mocha \
--reporter spec
node_modules: package.json
@npm install
.PHONY: clean