Skip to content

Commit

Permalink
Remove recast script
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Sep 27, 2024
1 parent 3de6eb2 commit fe842ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
116 changes: 0 additions & 116 deletions buildtools/fix_paths_recast.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build-examples": "rm -rf dist; parcel build --dist-dir dist/examples && npm run copy-static-dist",
"prepare": "tsc --pretty; npm run doc",
"typecheck": "tsc --pretty --noEmit",
"lint": "eslint src buildtools examples",
"lint": "eslint src examples",
"checks": "npm run lint && npm run typecheck",
"doc": "typedoc --name ol-cesium --excludeExternals --out apidoc --entryPoints src/olcs.ts --tsconfig ./tsconfig.json",
"copy-static-dist": "mkdir -p dist/examples/node_modules/ol; mkdir -p dist/examples/node_modules/cesium/Build/; cp examples/inject_ol_cesium.js dist/examples/; cp node_modules/ol/ol.css dist/examples/node_modules/ol/; cp -R node_modules/cesium/Build/CesiumUnminified node_modules/cesium/Build/Cesium dist/examples/node_modules/cesium/Build/; cp -R examples/data dist/examples/",
Expand Down

0 comments on commit fe842ef

Please sign in to comment.