Skip to content

Commit fe842ef

Browse files
committed
Remove recast script
1 parent 3de6eb2 commit fe842ef

File tree

2 files changed

+1
-117
lines changed

2 files changed

+1
-117
lines changed

buildtools/fix_paths_recast.js

-116
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build-examples": "rm -rf dist; parcel build --dist-dir dist/examples && npm run copy-static-dist",
88
"prepare": "tsc --pretty; npm run doc",
99
"typecheck": "tsc --pretty --noEmit",
10-
"lint": "eslint src buildtools examples",
10+
"lint": "eslint src examples",
1111
"checks": "npm run lint && npm run typecheck",
1212
"doc": "typedoc --name ol-cesium --excludeExternals --out apidoc --entryPoints src/olcs.ts --tsconfig ./tsconfig.json",
1313
"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/",

0 commit comments

Comments
 (0)