forgeplus-react/node_modules/wrap-md-editor/Makefile

9 lines
122 B
Makefile

install:
yarn install
build: install
node_modules/.bin/babel index.js -d dist
publish:
npm version patch
npm publish