8 lines
98 B
Makefile
8 lines
98 B
Makefile
build: node_modules
|
|
npm run build
|
|
|
|
node_modules:
|
|
npm install
|
|
|
|
clean:
|
|
rm -r target node_modules
|