Skip to content

Commit

Permalink
Added build target
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe committed Nov 19, 2024
1 parent 920ed30 commit 4388e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions config/esbuild.config.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"geojson-dev": "rm -fr dist && install -d dist && NODE_ENV=development node config/esbuild.geojson.mjs",
"geojson-build": "rm -fr dist && install -d dist && NODE_ENV=production node config/esbuild.geojson.mjs",
"build": "rm -fr dist && install -d dist && NODE_ENV=production node config/esbuild.geojson.mjs",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c config/eslint.config.mjs --cache --fix ./src/**/*.js",
"docs": "jsdoc -c config/jsdoc.config.json"
},
Expand Down

0 comments on commit 4388e3d

Please sign in to comment.