UNPKG

237 BPlain TextView Raw
1test: node_modules
2 @mocha -R dot test/server
3
4node_modules:
5 @npm install
6
7components:
8 @component install --dev
9
10public: components
11 @component build --dev -n $@ -o $@
12
13publish:
14 @npm publish
15
16clean:
17 @rm -rf public
18
19.PHONY: clean test
\No newline at end of file