Skip to content

Commit 087a3ec

Browse files
Rename npm build script to compile (#8)
* Re named "build" script to "compile" * Update readme
1 parent 52c7853 commit 087a3ec

11 files changed

Lines changed: 21 additions & 22 deletions

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: npm --color ci
3434

35-
- name: Build
36-
run: npm --color run build
35+
- name: Build dist
36+
run: npm --color run compile
3737

3838
- name: Read version from package.json
3939
run: |

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: npm --color ci
2929

30-
- name: Build
31-
run: npm --color run build
30+
- name: Build dist
31+
run: npm --color run compile
3232

3333
- name: Run lint
3434
run: npm --color run lint

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ foo bar baz: "foo bar baz"
100100
```yaml
101101
repos:
102102
- repo: https://github.com/cursorless-dev/talon-tools
103-
rev: v0.11.0
103+
rev: v0.11.2
104104
hooks:
105105
- id: talon-fmt
106106
- id: snippet-fmt
@@ -147,4 +147,4 @@ When creating a new release do the following:
147147

148148
- Update version in [`package.json`](./package.json)
149149
- Update version in [`README.md`](./README.md#pre-commit)
150-
- Run build: `npm run build`
150+
- Run build/compile: `npm run compile`

dist/snippetFormatter.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snippetFormatter.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/talonFormatter.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/talonFormatter.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/treeSitterFormatter.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/treeSitterFormatter.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)