12 lines
119 B
Makefile
12 lines
119 B
Makefile
dev:
|
|
npm run dev
|
|
|
|
build:
|
|
npm run build
|
|
|
|
lint:
|
|
npm run lint
|
|
|
|
test:
|
|
echo "No test runner configured yet"
|