mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
Add Makefile
This commit is contained in:
parent
1d427c84ef
commit
8857f619d9
1 changed files with 12 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
all: build
|
||||||
|
|
||||||
|
install:
|
||||||
|
npm ci
|
||||||
|
|
||||||
|
build: install
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf ./build/
|
||||||
|
|
||||||
|
# vim: set ts=4 sw=4 autoindent noexpandtab:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue