Skip to content

Commit 7b841be

Browse files
committed
Add Makefile with base commands
1 parent 5cd46b7 commit 7b841be

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
install:
2+
npm ci
3+
brain-games:
4+
node bin/brain-games.js
5+
publish:
6+
npm publish --dry-run

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)