Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. "scripts": {
  2.     "babel": "npx babel src --out-file dist/bundle.js",
  3.     "sass": "npx node-sass src/styles/appStyle.scss dist/styles.css",
  4.     "build": "npx webpack --mode production",
  5.     "build:dev": "npx webpack --mode development",
  6.     "start": "webpack-dev-server",
  7.     "watch": "webpack-dev-server --watch-content-base",
  8.     "lint": "npx eslint ./src/",
  9.     "lint:fix": "npx eslint ./src/ --fix",
  10.     "cypress": "npx cypress run",
  11.     "test": "npx start-server-and-test start http://localhost:3000 cypress"
  12.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement