UNPKG
steamwebapi
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Steam Web API Node.js SDK
github.com/ksean/steamwebapi-node-sdk
ksean/steamwebapi-node-sdk
steamwebapi
/
Makefile
15 lines
(12 loc)
•
240 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
REPORTER
=
spec test:
@NODE_ENV
=
test .
/
node_modules
/
.bin
/
mocha \
--reporter $(REPORTER) \
--ui tdd
test
-
w:
@NODE_ENV
=
test .
/
node_modules
/
.bin
/
mocha \
--reporter $(REPORTER) \
--growl \
--ui tdd \
--watch
.PHONY: test test
-
w