Skip to content

Commit aeaf08b

Browse files
rootroot
authored andcommitted
add publish in Makefile
1 parent 6f58afa commit aeaf08b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

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

0 commit comments

Comments
 (0)