Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from mozilla-rally/run-test
Browse files Browse the repository at this point in the history
Update build references to test references
  • Loading branch information
jonathanmayer authored Jun 7, 2021
2 parents 2e38363 + 67a1402 commit 5792603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
version: 2.1

jobs:
Build:
Build test:
docker:
- image: cimg/node:14.13.1
steps:
Expand All @@ -27,8 +27,8 @@ jobs:
name: Install the dependencies
command: npm install
- run:
name: Build
command: npm run build
name: Run build test
command: npm run test


Code linting:
Expand All @@ -47,5 +47,5 @@ workflows:
version: 2
ci:
jobs:
- Build
- Build test
- Code linting
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.0",
"scripts": {
"lint": "eslint .",
"build": "cd tests/build/ && rollup -c"
"test": "cd tests/build/ && rollup -c"
},
"dependencies": {
"rollup": "^2.41.4",
Expand Down

0 comments on commit 5792603

Please sign in to comment.