File tree 3 files changed +2205
-6
lines changed
3 files changed +2205
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
node_modules
6
6
7
- pnpm-lock.yaml
8
7
yarn.lock
9
8
10
9
docs
Original file line number Diff line number Diff line change 33
33
"deploy" : " npm run deploy:docs" ,
34
34
"deploy:docs" : " npm run docs && gh-pages --dest type-length-value/js --dist docs --dotfiles" ,
35
35
"docs" : " shx rm -rf docs && typedoc && shx cp .nojekyll docs/" ,
36
- "format" : " prettier --check ." ,
37
- "format:fix" : " prettier --write ." ,
38
- "lint" : " eslint --max-warnings 0 ." ,
39
- "lint:fix" : " eslint --fix ." ,
40
- "nuke" : " shx rm -rf node_modules package-lock.json || true" ,
36
+ "format" : " prettier --check src test" ,
37
+ "format:fix" : " prettier --write src test" ,
38
+ "lint" : " eslint --max-warnings 0 src test" ,
39
+ "lint:fix" : " eslint --fix src test" ,
41
40
"postbuild" : " shx echo '{ \" type\" : \" commonjs\" }' > lib/cjs/package.json" ,
42
41
"reinstall" : " npm run nuke && npm install" ,
43
42
"release" : " npm run clean && npm run build" ,
You can’t perform that action at this time.
0 commit comments