Skip to content

Commit 8c62848

Browse files
committed
ci: fix build
1 parent 609dfea commit 8c62848

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/contributing.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before creating an issue please make sure you have checked out the docs, specifi
1010

1111
If you haven't found your answer please feel free to join our [slack channel](http://slack.feathersjs.com), create an issue on Github, or post on [Stackoverflow](http://stackoverflow.com) using the `feathers` or `feathersjs` tag. We try our best to monitor Stackoverflow but you're likely to get more immediate responses in Slack and Github.
1212

13-
Issues can be reported in the [issue tracker](https://github.com/feathersjs/feathers/issues). Since feathers combines many modules it can be hard for us to assess the root cause without knowing which modules are being used and what your configuration looks like, so **it helps us immensely if you can link to a simple example that reproduces your issue**.
13+
Issues can be reported in the [issue tracker](https://github.com/feathersjs/feathers/issues). Since feathers combines many modules it can be hard for us to assess the root cause without knowing which modules are being used and what your configuration looks like, so **it helps us immensely if you can link to a simple example that reproduces your issue**.
1414

1515
## Report a Security Concern
1616

@@ -34,13 +34,7 @@ Although we generally accept many PRs they can be rejected for many reasons. We
3434

3535
Before running the tests from the `test/` folder `npm test` will run ESlint. You can check your code changes individually by running `npm run lint`.
3636

37-
### ES6 compilation
38-
39-
Feathers uses [Babel](https://babeljs.io/) to leverage the latest developments of the JavaScript language. All code and samples are currently written in ES2015. To transpile the code in this repository run
40-
41-
> npm run compile
42-
43-
__Note:__ `npm test` will run the compilation automatically before the tests.
37+
**Note:** `npm test` will run the compilation automatically before the tests.
4438

4539
### Tests
4640

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
node-version: 20.x
2626
- run: npm install
27-
- run: npm run compile
27+
- run: npm run build

0 commit comments

Comments
 (0)