Guest User

Untitled

a guest
Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. ...
  3. "scripts": {
  4. "monaca:preview": "npm run build && npm run dev",
  5. "monaca:transpile": "npm run build",
  6. "build": "workbox injectManifest workbox-config.js",
  7. "dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081"
  8. },
  9. ...
  10. }
Add Comment
Please, Sign In to add comment