We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f60b37 commit af7099dCopy full SHA for af7099d
2 files changed
.github/workflows/nodejs.yml
@@ -21,6 +21,6 @@ jobs:
21
run: |
22
npm i
23
npm test
24
- npm run spell
+ npm start
25
env:
26
CI: true
package.json
@@ -9,7 +9,7 @@
9
"coverage": "npx nyc mocha && npx nyc report --reporter=text-lcov > coverage.lcov",
10
"generate": "node index.js",
11
"spell": "npx yaspeller -l ru ./",
12
- "start": "npm run generate && npm run spell"
+ "start": "npm run spell && npm run generate"
13
},
14
"repository": {
15
"type": "git",
0 commit comments