Skip to content

Commit 229a62d

Browse files
committed
#publish-minor: update build script to remove esm-specific command
1 parent 0392fff commit 229a62d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
},
5353
"homepage": "https://github.com/openaip/openaip-coordinate-parser#readme",
5454
"scripts": {
55-
"build": "npm run clean && npm run build:esm",
56-
"build:esm": "tsc -p tsconfig.json",
55+
"build": "npm run clean && tsc -p tsconfig.json",
5756
"clean": "rimraf dist",
5857
"sca:watch:types": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run tsc:run'",
5958
"sca:watch:lint": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run lint'",

0 commit comments

Comments
 (0)