Skip to content

Commit

Permalink
run yatag when installing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Aug 7, 2024
1 parent 92c6525 commit 9f55db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"lint:fix": "eslint lib test examples --fix",
"lint": "npm run lint:js && npm run lint:cpp",
"install": "node-pre-gyp install --fallback-to-build -j max && echo 'If you are using gdal-async, please do not forget that I am living below the poverty line because of the extortion.'",
"prepare": "npm run yatag",
"yatag": "npx yatag",
"gpp": "gpp -H lib/default_iterators.gpp -o lib/default_iterators.js && eslint --fix lib/default_iterators.js",
"doc:build": "npx documentation build --config=documentation.yml src/*.cpp src/collections/*.cpp src/geometry/*.cpp lib/*.js -f=html -o=doc --theme=node_modules/documentation-hipster/index.js",
Expand Down

0 comments on commit 9f55db6

Please sign in to comment.