Created
January 31, 2020 06:51
-
-
Save dongsik-yoo/70c8f6c1515503f7e803ada433cd8e94 to your computer and use it in GitHub Desktop.
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": { | |
"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