mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
build: use default ncc build output (#223)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.ts -o dist",
|
||||
"build": "ncc build src/index.ts",
|
||||
"format": "prettier --write --cache . !dist !README.md",
|
||||
"lint": "eslint --ignore-path .gitignore ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user