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 763cdc5 commit 09c2739Copy full SHA for 09c2739
1 file changed
packages/blockly/package.json
@@ -47,7 +47,7 @@
47
"test:generators": "gulp testGenerators",
48
"test:mocha:interactive": "npm run build && concurrently -n tsc,server \"tsc --watch --preserveWatchOutput --outDir \"build/src\" --declarationDir \"build/declarations\"\" \"gulp interactiveMocha\"",
49
"test:compile:advanced": "gulp buildAdvancedCompilationTest --debug",
50
- "updateGithubPages": "npm ci && gulp updateGithubPages --upstream",
+ "updateGithubPages": "npm ci && cp -R ../../node_modules/@blockly node_modules/ && gulp updateGithubPages --upstream",
51
"updateGithubPages:staging": "npm ci && gulp updateGithubPages --use-local"
52
},
53
"exports": {
0 commit comments