You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@
68
68
"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",
69
69
"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",
70
70
"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",
0 commit comments