|
48 | 48 | "lint": "eslint bin/ examples/ lib/ test/ translations/ runok.cjs", |
49 | 49 | "lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.cjs --fix", |
50 | 50 | "prettier": "prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.cjs", |
51 | | - "docs": "./runok.js docs", |
| 51 | + "docs": "./runok.cjs docs", |
52 | 52 | "test:unit": "mocha test/unit --recursive --timeout 10000 --reporter @testomatio/reporter/mocha", |
53 | 53 | "test:runner": "mocha test/runner --recursive --timeout 10000 --reporter @testomatio/reporter/mocha", |
54 | 54 | "test": "npm run test:unit && npm run test:runner", |
|
65 | 65 | "test:unit:webbapi:testCafe": "mocha test/helper/TestCafe_test.js --reporter @testomatio/reporter/mocha", |
66 | 66 | "test:unit:expect": "mocha test/helper/Expect_test.js --reporter @testomatio/reporter/mocha", |
67 | 67 | "test:plugin": "mocha test/plugin/plugin_test.js --reporter @testomatio/reporter/mocha", |
68 | | - "def": "./runok.js def", |
| 68 | + "def": "./runok.cjs def", |
69 | 69 | "dev:graphql": "node test/data/graphql/index.js", |
70 | | - "publish:site": "./runok.js publish:site", |
71 | | - "update-contributor-faces": "./runok.js contributor:faces", |
| 70 | + "publish:site": "./runok.cjs publish:site", |
| 71 | + "update-contributor-faces": "./runok.cjs contributor:faces", |
72 | 72 | "types-fix": "node typings/fixDefFiles.js", |
73 | 73 | "dtslint": "npm run types-fix && tsd", |
74 | 74 | "prepare": "husky install", |
75 | | - "prepare-release": "./runok.js versioning && ./runok.js get:commit-log", |
76 | | - "publish-beta": "./runok.js publish:next-beta-version" |
| 75 | + "prepare-release": "./runok.cjs versioning && ./runok.cjs get:commit-log", |
| 76 | + "publish-beta": "./runok.cjs publish:next-beta-version" |
77 | 77 | }, |
78 | 78 | "dependencies": { |
79 | 79 | "@codeceptjs/configure": "1.0.6", |
|
0 commit comments