9 lines
65 B
Makefile
9 lines
65 B
Makefile
|
|
default:
|
|
|
|
publish:
|
|
npm run build
|
|
npm publish
|
|
|
|
.PHONY: publish
|