File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,16 @@ jobs:
98
98
name : Build project
99
99
run : yarn workspace ${{ needs.deployment-info.outputs.workspace }} build
100
100
env :
101
+ NODE_ENV : production
101
102
NODE_OPTIONS : -r tsconfig-paths/register
102
103
- id : publish-to-gpr
103
104
name : Publish package [GPR]
104
105
working-directory : ${{ needs.deployment-info.outputs.directory }}
105
106
run : npm publish ${{ needs.deployment-info.outputs.publish_args }}
106
107
env :
107
108
NODE_AUTH_TOKEN : ${{ secrets.PAT_GPR_FLDV_ADMIN }}
109
+ NODE_ENV : production
110
+ NODE_OPTIONS : -r tsconfig-paths/register
108
111
- id : setup-npmrc-npm
109
112
name : Setup .npmrc file [NPM]
110
113
uses : actions/setup-node@v2
@@ -119,6 +122,8 @@ jobs:
119
122
run : npm publish ${{ needs.deployment-info.outputs.publish_args }}
120
123
env :
121
124
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN_FLDV }}
125
+ NODE_ENV : production
126
+ NODE_OPTIONS : -r tsconfig-paths/register
122
127
update-production-branch :
123
128
name : Update production branch
124
129
needs : publish-package
You can’t perform that action at this time.
0 commit comments