We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0392fff commit 229a62dCopy full SHA for 229a62d
package.json
@@ -52,8 +52,7 @@
52
},
53
"homepage": "https://github.com/openaip/openaip-coordinate-parser#readme",
54
"scripts": {
55
- "build": "npm run clean && npm run build:esm",
56
- "build:esm": "tsc -p tsconfig.json",
+ "build": "npm run clean && tsc -p tsconfig.json",
57
"clean": "rimraf dist",
58
"sca:watch:types": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run tsc:run'",
59
"sca:watch:lint": "npx chokidar '**/*.js' '**/*.ts' -c 'npm run lint'",
0 commit comments