We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bbb11 commit c17e748Copy full SHA for c17e748
package.json
@@ -34,7 +34,7 @@
34
"watch:css": "onchange 'nbclassic/static/**/*.less' -- npm run build:css",
35
"watch:js": "onchange 'nbclassic/static/**/!(*.min).js' 'bower.json' -- npm run build:js",
36
"watch": "npm-run-all --parallel watch:*",
37
- "postinstall": "node postinstall.js && npx patch-package google-caja-sanitizer"
+ "postinstall": "node postinstall.js && npx patch-package"
38
},
39
"devDependencies": {
40
"@babel/core": "^7.15.0",
0 commit comments