Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
1234567891011 |
-
- # Install node modules.
- node_modules: package.json
- @npm install
-
- # Run the tests.
- test:
- @./node_modules/.bin/mocha
-
- # Phony targets.
- .PHONY: test
|