Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 5a7c813

Browse files
committed
Increment package-lock version; fix Makefile(s)
1 parent cd0758c commit 5a7c813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
default:
2-
npm install --prefix src
32
mkdir -p build
4-
zip -r build/alexa-youtube-skill.zip src/*
3+
$(MAKE) -C src
4+
mv src/alexa-youtube-skill.zip build

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)