6 lines
88 B
Makefile
6 lines
88 B
Makefile
dist: node_modules
|
|
npm run build
|
|
|
|
node_modules: package.json package-lock.json
|
|
npm ci
|