UNPKG

reactist

Version:

A Command Line Interface tool that automate workflow when your working with React.js project

6 lines 292 B
module.exports = { "test": "node ./node_modules/karma/bin/karma start --headless", "test-debug": "node ./node_modules/karma/bin/karma start", "coverage": "node ./node_modules/karma/bin/karma start --coverage --headless", "deploy": "npm run test && npm run build:production" };