Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Created January 31, 2020 06:51
Show Gist options
  • Save dongsik-yoo/70c8f6c1515503f7e803ada433cd8e94 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/70c8f6c1515503f7e803ada433cd8e94 to your computer and use it in GitHub Desktop.
{
"scripts": {
"doc": "npm run build:esm && tuidoc",
"serve": "DEV_SERVER=true webpack-dev-server --mode development",
"build:dev": "webpack --mode development",
"build:prod": "NODE_ENV=production webpack --mode production",
"build:esm": "ttsc -p tsconfig.esm.json",
"build": "rm -rf dist && npm run build:dev && npm run build:prod && npm run build:esm"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment