We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c2caca + 55efe4c commit a50394bCopy full SHA for a50394b
Makefile
@@ -1,8 +1,13 @@
1
install:
2
npm ci
3
4
+publish:
5
+ npm publish --dry-run
6
+
7
brain-games:
8
node bin/brain-games.js
9
+brain-even:
10
+ node bin/brain-even.js
11
12
lint:
13
npx eslint .
bin/brain-games.js
@@ -1,3 +1,4 @@
+#!/usr/bin/env node
import { userName } from '../src/cli.js';
console.log('Welcome to the Brain Games!');
0 commit comments