소스 검색

Add env variable

Set NODE_ENV to production when publishing to ensure smaller packed size.
tags/0.3.0
부모
커밋
00e4217b21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      package.json

+ 1
- 1
package.json 파일 보기

@@ -39,7 +39,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"prepublishOnly": "rm -rf dist/ && rollup -c",
"prepublishOnly": "NODE_ENV=production rm -rf dist/ && rollup -c",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",


불러오는 중...
취소
저장