Skip to content

Instantly share code, notes, and snippets.

@lobot
Created January 5, 2022 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobot/84f2440b0fce4f8562aceacd80c7410a to your computer and use it in GitHub Desktop.
Save lobot/84f2440b0fce4f8562aceacd80c7410a to your computer and use it in GitHub Desktop.
sending-check-add-to-script
"start-dev": "babel-node ./src/index.js",
"dev": "nodemon --exec npm run start-dev",
"start": "npm run build && node ./build/index.js",
"build": "npm run clean && npm run build-babel",
"clean": "npx rimraf /F /Q build",
"build-babel": "babel src --out-dir build --source-maps inline --copy-files"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment