@krakenjs/webpack-mem-compile

v2.0.1
Webpack compile to memory

flow-typed

flow-typed install && flow-typed install express@^4 && flow-typed install jest@23

flow:build

flow gen-flow-files ./src/index.js --out-dir ./src

babel

babel ./src --ignore=node_modules --out-dir ./src --source-maps inline

test

npm run lint && npm run flow-typed && npm run flow && npm run jest

flow

flow

lint

eslint src/ test/

jest

jest test --env=node --no-cache --coverage --collectCoverageFrom=./src --verbose --runInBand --silent=false

prepublishOnly

npm run babel

prepare

husky install

prerelease

npm run test && npm run flow:build && npm run babel

release

standard-version

postrelease

git push && git push --follow-tags && npm publish && git checkout ./src && git clean -f
npm i @krakenjs/[email protected]

Metadata

Downloads