mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-27 08:14:23 +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,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"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",
|
"format": "prettier --write . !dist !README.md",
|
||||||
"lint": "eslint --ignore-path .gitignore .",
|
"lint": "eslint --ignore-path .gitignore .",
|
||||||
"test": "tsc && jest"
|
"test": "tsc && jest"
|
||||||
|
Loading…
Reference in New Issue
Block a user