Files
with-ssm/Makefile
Morten Olsen 319f311444 init
2025-08-08 13:36:38 +02:00

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