Skip to content

Commit cf9c970

Browse files
pin deps and almost fix build
1 parent c08c3e1 commit cf9c970

File tree

3 files changed

+3337
-9
lines changed

3 files changed

+3337
-9
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
build: components index.js
3-
@component build --dev
3+
@./node_modules/.bin/component build --dev
44

55
components: component.json
6-
@component install --dev
6+
@./node_modules/.bin/component install --dev
77

88
clean:
99
rm -fr build components template.js
1010

1111
test:
12-
@./node_modules/.bin/mocha --reporter spec
12+
@./node_modules/.bin/_mocha --reporter spec
1313

1414
test-browser:
1515
@./node_modules/.bin/component-test browser

0 commit comments

Comments
 (0)