Skip to content

Commit 8d33ee1

Browse files
committed
PR feedback
1 parent 9f803ad commit 8d33ee1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: npm install
2828

2929
- name: Run Tests
30-
run: npm run build
30+
run: npm run ci

benchmarks/config/default.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
parm_number_1: "from_default_mjs",
44
parm2: 22
55
},
6-
"AnotherModule": {
7-
"parm10": "value10"
6+
AnotherModule: {
7+
parm10: "value10"
88
}
99
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"reporter": "lcov"
5858
},
5959
"scripts": {
60-
"build": "npm run test && npm run benchmarks",
60+
"ci": "npm run test && npm run benchmarks",
6161
"test": "NODE_OPTIONS='--no-experimental-strip-types' c8 node --test",
6262
"benchmarks": "node --allow-natives-syntax benchmarks/index.js"
6363
}

0 commit comments

Comments
 (0)