Skip to content

Commit

Permalink
ci: 💚 fix issue with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2024
1 parent 06340e0 commit 3f8f78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"description": "Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.",
"scripts": {
"js": "ttsc -p tsconfig.build.json -m esnext",
"cjs": "ttsc -p tsconfig.c.json -m commonjs",
"js": "npx ttsc -p tsconfig.build.json -m esnext",
"cjs": "npx ttsc -p tsconfig.c.json -m commonjs",
"build": "node ./scripts/cleanup.mjs && npm run js && npm run cjs && node ./scripts/makeMjs.mjs",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
Expand Down Expand Up @@ -60,4 +60,4 @@
"typescript-transform-paths": "^3.4.6"
},
"homepage": "https://github.com/thkruz/ootk"
}
}

0 comments on commit 3f8f78b

Please sign in to comment.