Created
May 12, 2020 22:27
-
-
Save ShawonAshraf/8172df0c81d72f275b4a2d8a79ec41fa to your computer and use it in GitHub Desktop.
node-express-docker-medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "scripts": { | |
| "start": "npm run build && node build/server.js", | |
| "build": "npm run clean && npm run babel-build", | |
| "clean": "rimraf ./build", | |
| "babel-build": "./node_modules/.bin/babel src/ --out-dir build/ --ignore ./node_modules/,./babelrc,./package.json,./package-lock.json,./npm-debug.log --copy-files", | |
| "eslint-init": "./node_modules/.bin/eslint --init", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment