Skip to content

Commit c17e748

Browse files
committed
update patch command
1 parent f5bbb11 commit c17e748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"watch:css": "onchange 'nbclassic/static/**/*.less' -- npm run build:css",
3535
"watch:js": "onchange 'nbclassic/static/**/!(*.min).js' 'bower.json' -- npm run build:js",
3636
"watch": "npm-run-all --parallel watch:*",
37-
"postinstall": "node postinstall.js && npx patch-package google-caja-sanitizer"
37+
"postinstall": "node postinstall.js && npx patch-package"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.15.0",

0 commit comments

Comments
 (0)