From 9f55db64de83244caa63c7349fd86e085e9b50bd Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Wed, 7 Aug 2024 19:44:59 +0200 Subject: [PATCH] run yatag when installing the package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b3e32971f..79093aaae 100644 --- a/package.json +++ b/package.json @@ -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",