Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. "scripts": {
  2. "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
  3. "start": "npm run dev",
  4. "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
  5. "e2e": "node test/e2e/runner.js",
  6. "test": "npm run unit && npm run e2e",
  7. "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
  8. "build": "node build/build.js",
  9. "deploy": "npm run build && push-dir --dir=dist --branch=gh-pages --cleanup"
  10. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement