summarylogtreecommitdiffstats
path: root/package.patch
diff options
context:
space:
mode:
authormalwareslayer2023-07-04 16:28:04 +0700
committermalwareslayer2023-07-04 16:28:04 +0700
commit0ecbfc624200234ea5ab2efe6165fd36a39728fe (patch)
treec9a89db84face775e728a687825246a0ff453b35 /package.patch
parent3daeecf83a74aefe7add0c7c2d3a952c9ac7de07 (diff)
downloadaur-0ecbfc624200234ea5ab2efe6165fd36a39728fe.tar.gz
Change recipe into better configuration
Diffstat (limited to 'package.patch')
-rw-r--r--package.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.patch b/package.patch
new file mode 100644
index 000000000000..49927bc70968
--- /dev/null
+++ b/package.patch
@@ -0,0 +1,10 @@
+--- src/nteract-0.28.0/package.json 2021-01-26 12:09:27.000000000 +0700
++++ package.json 2023-07-04 14:36:07.557769436 +0700
+@@ -65,6 +65,7 @@
+ "prettify": "prettier --write '**/*.{ts,tsx,js,json}' '!**/{dist,lib.git,.next,package.json,build,mathjax-electron}/**'",
+ "pack": "lerna run pack --scope nteract --stream",
+ "dist": "lerna run dist --scope nteract --stream",
++ "dist:linux": "lerna run dist:linux --scope nteract --stream",
+ "dist:all": "lerna run dist:all --scope nteract --stream",
+ "report:all": "npm run report:jext && npm run report:desktop",
+ "report:jext": "tsc -b applications/jupyter-extension",