mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
9 lines
66 B
Makefile
9 lines
66 B
Makefile
all: build
|
|
|
|
build:
|
|
npm install
|
|
npm run build
|
|
|
|
start:
|
|
npm start
|