Skip to content

Commit af7099d

Browse files
committed
Add Java versions
1 parent 1f60b37 commit af7099d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: |
2222
npm i
2323
npm test
24-
npm run spell
24+
npm start
2525
env:
2626
CI: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"coverage": "npx nyc mocha && npx nyc report --reporter=text-lcov > coverage.lcov",
1010
"generate": "node index.js",
1111
"spell": "npx yaspeller -l ru ./",
12-
"start": "npm run generate && npm run spell"
12+
"start": "npm run spell && npm run generate"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)