Skip to content

Commit 40dc1cb

Browse files
authored
use runok.cjs
1 parent fd2c74a commit 40dc1cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.cjs",
4949
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.cjs --fix",
5050
"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",
5252
"test:unit": "mocha test/unit --recursive --timeout 10000 --reporter @testomatio/reporter/mocha",
5353
"test:runner": "mocha test/runner --recursive --timeout 10000 --reporter @testomatio/reporter/mocha",
5454
"test": "npm run test:unit && npm run test:runner",
@@ -65,15 +65,15 @@
6565
"test:unit:webbapi:testCafe": "mocha test/helper/TestCafe_test.js --reporter @testomatio/reporter/mocha",
6666
"test:unit:expect": "mocha test/helper/Expect_test.js --reporter @testomatio/reporter/mocha",
6767
"test:plugin": "mocha test/plugin/plugin_test.js --reporter @testomatio/reporter/mocha",
68-
"def": "./runok.js def",
68+
"def": "./runok.cjs def",
6969
"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",
7272
"types-fix": "node typings/fixDefFiles.js",
7373
"dtslint": "npm run types-fix && tsd",
7474
"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"
7777
},
7878
"dependencies": {
7979
"@codeceptjs/configure": "1.0.6",

0 commit comments

Comments
 (0)