Skip to content

Commit b3c57f7

Browse files
jasongroutmeeseeksmachine
authored andcommitted
Backport PR jupyterlab#11372: removed cat package.json
1 parent e3f290b commit b3c57f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"license": "BSD-3-Clause",
66
"scripts": {
7-
"build": "cat package.json && npm run clean && webpack",
7+
"build": "npm run clean && webpack",
88
"build:dev": "npm run build",
99
"build:prod": "webpack --config webpack.prod.config.js",
1010
"build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",

0 commit comments

Comments
 (0)