We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa0c87 commit 5695d0dCopy full SHA for 5695d0d
package.json
@@ -23,6 +23,7 @@
23
"build": "lerna run build",
24
"build:lib": "lerna run build:lib",
25
"build:prod": "lerna run build:prod --skip-nx-cache",
26
+ "build:prod:release": "lerna run build:prod --skip-nx-cache --ignore @jupyter-notebook/app && jlpm workspace @jupyter-notebook/app build:prod:release",
27
"build:test": "lerna run build:test",
28
"build:utils": "cd buildutils && npm run build",
29
"clean": "lerna run clean",
0 commit comments