Skip to content

Commit

Permalink
pin deps and almost fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Jan 13, 2025
1 parent c08c3e1 commit cf9c970
Show file tree
Hide file tree
Showing 3 changed files with 3,337 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

build: components index.js
@component build --dev
@./node_modules/.bin/component build --dev

components: component.json
@component install --dev
@./node_modules/.bin/component install --dev

clean:
rm -fr build components template.js

test:
@./node_modules/.bin/mocha --reporter spec
@./node_modules/.bin/_mocha --reporter spec

test-browser:
@./node_modules/.bin/component-test browser
Expand Down
Loading

0 comments on commit cf9c970

Please sign in to comment.