Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 59 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/blockly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepareDemos": "gulp prepareDemos",
"publish": "npm ci && gulp publish",
"publish:beta": "npm ci && gulp publishBeta",
"start": "node ./tests/scripts/magic_symlink.js && npm run build && concurrently -n tsc,server \"tsc --watch --preserveWatchOutput --outDir \"build/src\" --declarationDir \"build/declarations\"\" \"http-server ./ -s -o /tests/playground.html -c-1\"",
"start": "npm run build && concurrently -n tsc,server \"tsc --watch --preserveWatchOutput --outDir \"build/src\" --declarationDir \"build/declarations\"\" \"http-server ./ -s -o /tests/playground.html -c-1\"",
"tsc": "gulp tsc",
"test": "gulp test",
"test:browser": "npx mocha --config tests/browser/.mocharc.js",
Expand Down Expand Up @@ -100,8 +100,6 @@
"license": "Apache-2.0",
"devDependencies": {
"@blockly/block-test": "^13.1.0",
"@blockly/dev-tools": "^13.1.0",
"@blockly/theme-modern": "^13.1.0",
"@hyperjump/browser": "^1.3.1",
"@hyperjump/json-schema": "^1.17.6",
"@microsoft/api-documenter": "7.30.7",
Expand Down
4 changes: 1 addition & 3 deletions packages/blockly/tests/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

await loadScript('../build/msg/en.js');
await loadScript('playgrounds/screenshot.js');
await loadScript('../node_modules/@blockly/dev-tools/dist/index.js');

var workspace = null;

Expand Down Expand Up @@ -535,8 +534,7 @@ <h1>Blockly Playground (<span id="version"></span>)</h1>

<p>
<input id="show" type="button" value="Show" /> -
<input id="hide" type="button" value="Hide" /> -
<a href="playgrounds/advanced_playground.html">Advanced</a>
<input id="hide" type="button" value="Hide" />
</p>

<form id="options">
Expand Down
Loading
Loading