mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
build: rename bundle
command to build
command (#121)
This commit is contained in:
parent
19dbdac998
commit
ebeda19c51
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -29,5 +29,5 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|
||||||
- name: Bundle Package
|
- name: Build Package
|
||||||
run: yarn bundle && git diff --exit-code HEAD
|
run: yarn build && git diff --exit-code HEAD
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bundle": "tsc && ncc build dist/main.mjs -o main",
|
"build": "tsc && ncc build dist/main.mjs -o main",
|
||||||
"format": "prettier --write . !main !README.md",
|
"format": "prettier --write . !main !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