File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 164
164
"integration" : " npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'" ,
165
165
"integration:esm" : " NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'" ,
166
166
"prepare-test" : " npm run ssl && npm run docker-env" ,
167
- "lint" : " eslint ./*.{js,mjs} lib test bin examples " ,
168
- "lint:fix" : " eslint --fix, ./*.{js,mjs} lib test bin examples " ,
167
+ "lint" : " eslint ./*.{js,mjs} lib test bin" ,
168
+ "lint:fix" : " eslint --fix, ./*.{js,mjs} lib test bin" ,
169
169
"public-docs" : " jsdoc -c ./jsdoc-conf.jsonc" ,
170
170
"publish-docs" : " ./bin/publish-docs.sh" ,
171
171
"services" : " DOCKER_PLATFORM=linux/$(uname -m) docker compose up -d --wait" ,
You can’t perform that action at this time.
0 commit comments