File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
"build" : " rollup -c && npm run emitDeclarations" ,
46
46
"dev" : " karma start ./karma.conf.cjs --auto-watch --no-single-run --browsers chrome --grep" ,
47
47
"dev:ff" : " karma start ./karma.conf.cjs --auto-watch --no-single-run --browsers firefox --grep" ,
48
- "docs" : " pnpm run build && pnpm --filter ' ./docs/**' build" ,
49
- "docs:dev" : " pnpm run build && pnpm --filter ' ./docs/**' dev" ,
48
+ "docs" : " pnpm run build && pnpm --filter \" ./docs/**\" build" ,
49
+ "docs:dev" : " pnpm run build && pnpm --filter \" ./docs/**\" dev" ,
50
50
"lint-js" : " eslint \" src/**/*.{js,ts}\" \" test/**/*.js\" \" docs/**/*.js\" " ,
51
51
"lint-md" : " eslint \" **/*.md\" " ,
52
52
"lint-types" : " eslint \" types/**/*.ts\" && pnpm run build && node types/tests/autogen.js && tsc -p types/tests/" ,
55
55
"test" : " pnpm lint && pnpm test-ci" ,
56
56
"test-ci" : " concurrently \" pnpm:test-ci-*\" " ,
57
57
"test-ci-karma" : " cross-env NODE_ENV=test karma start ./karma.conf.cjs --auto-watch --single-run --coverage --grep" ,
58
- "test-ci-integration" : " pnpm --filter ' ./test/integration/**' test"
58
+ "test-ci-integration" : " pnpm --filter \" ./test/integration/**\" test"
59
59
},
60
60
"devDependencies" : {
61
61
"@kurkle/color" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments