mirror of
https://github.com/morten-olsen/with-ssm.git
synced 2026-02-08 00:46:23 +01:00
14 lines
177 B
Makefile
14 lines
177 B
Makefile
node_modules:
|
|
pnpm install
|
|
|
|
build: node_modules
|
|
pnpm run build
|
|
|
|
build-dev: node_modules
|
|
pnpm run build:dev
|
|
|
|
test: node_modules
|
|
pnpm run test
|
|
|
|
install: node_modules
|
|
npm link
|