Skip to content

Commit

Permalink
FREEZE.indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 22, 2021
1 parent b05a255 commit 9a750cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"generate-js-parsers": "npx peggy --format es src/cubing/kpuzzle/parser/parser-peggy.peggy",
"generate-js-svg": "echo \"TODO: Generating JS for SVGs is not implemented yet.\"",
"dev": "node ./script/build.js snowpack dev",
"clean": "rm -rf dist .cache .parcel-cache coverage .rpt2_cache /tmp/cubing-js-parcel src/cubing/solve/worker/worker-inside-generated.cjs",
"clean": "rm -rf dist .cache .parcel-cache coverage .rpt2_cache /tmp/cubing-js-parcel src/cubing/solve/worker/worker-inside-generated.js",
"test": "npm run test-jest && npm run lint && npm run test-import-restrictions && npm run test-tsc # keep test.yml in sync with this",
"test-experiments": "node src/test-experiments/test.js",
"test-import-restrictions": "node src/import-restrictions/build.js",
Expand Down
2 changes: 1 addition & 1 deletion script/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const stringWrappingPlugin = {
execPromise(
"rm src/cubing/solve/worker/worker-inside-generated-string.js",
);
console.log("removed worker-inside-generated-string.cjs");
console.log("removed worker-inside-generated-string.js");
resolve();
}
readFile(
Expand Down
1 change: 0 additions & 1 deletion src/cubing/solve/worker/worker-inside-generated-string.cjs

This file was deleted.

0 comments on commit 9a750cf

Please sign in to comment.