Skip to content

Commit 02b0f4b

Browse files
author
DavertMik
committed
improved loading esm/cjs style modules
1 parent c87a027 commit 02b0f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"json-server:graphql": "node test/data/graphql/index.js",
4040
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4141
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
42-
"prettier": "prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js",
42+
"prettier": "prettier --config prettier.config.js --cached --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js",
4343
"docs": "./runok.js docs",
4444
"test:unit": "mocha test/unit --recursive --timeout 10000",
4545
"test:runner": "mocha test/runner --recursive --timeout 10000",

0 commit comments

Comments
 (0)