mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 00:04:22 +00:00
refactor: rename main entrypoint from main
to index
This commit is contained in:
parent
2acca605c4
commit
532e8bf45f
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build src/main.mjs -o dist",
|
||||
"build": "tsc && ncc build src/index.mjs -o dist",
|
||||
"format": "prettier --write . !dist !README.md",
|
||||
"lint": "eslint --ignore-path .gitignore .",
|
||||
"test": "tsc && jest"
|
||||
|
Loading…
Reference in New Issue
Block a user