Skip to content

Commit 63bff76

Browse files
committed
build: run buildMDViewer before release:dev/staging/prod
1 parent 177dced commit 63bff76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"build": "npm run buildMDViewer && npm run _create-src-node-pkg-lock && npm run _buildonly && npm run createJSDocs && npm run zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
6969
"build:debug": "npm run buildMDViewer && npm run _create-src-node-pkg-lock && npm run _buildonlyDebug && npm run createJSDocs && npm run zipTestFiles && npm run lint && npm run _vulnerabilityCheck",
7070
"clean": "gulp clean && gulp reset",
71-
"release:dev": "gulp releaseDev",
72-
"release:staging": "gulp releaseStaging",
73-
"release:prod": "gulp releaseProd",
71+
"release:dev": "npm run buildMDViewer && gulp releaseDev",
72+
"release:staging": "npm run buildMDViewer && gulp releaseStaging",
73+
"release:prod": "npm run buildMDViewer && gulp releaseProd",
7474
"validate:dist-size": "gulp validateDistSizeRestrictions",
7575
"_releaseWebCache": "gulp releaseWebCache",
7676
"_patchVersionBump": "gulp patchVersionBump",

0 commit comments

Comments
 (0)