Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
12345678910111213141516 |
-
- build: components index.js
- @component build
-
- components:
- @Component install
-
- clean:
- rm -fr build components template.js
-
- test:
- @node_modules/.bin/mocha \
- --require should \
- --reporter spec
-
- .PHONY: clean test
|