File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "build:start" : " npm run build && npm run start" ,
2424 "lint" : " eslint src tests" ,
2525 "lint:fix" : " eslint --fix src tests" ,
26- "preversion" : " npm run check-license && docs:update-changelog && npm run lint && npm run build:start && npm run test" ,
26+ "preversion" : " npm run check-license && npm run lint && npm run build:start && npm run test" ,
2727 "pretest" : " npm run build" ,
2828 "dryrun" : " npm pack --dry-run" ,
2929 "dryrun:list" : " npm pack --dry-run --json > pack-output.json" ,
3434 "add-license" : " npx license-check-and-add add -f file-banner-lic.json && npm run lint:fix" ,
3535 "check-license" : " npx license-check-and-add check -f file-banner-lic.json" ,
3636 "deps:update" : " npx npm-check-updates -u --target latest && npm install" ,
37- "docs:update-changelog" : " rimraf docs/src/pages/changelog.md && cpx changelog.md docs/src/pages/ && git add ." ,
3837 "docs:install" : " cd docs && npm install" ,
3938 "docs:start" : " cd docs && npm run start" ,
4039 "docs:build" : " cd docs && npm run build" ,
You can’t perform that action at this time.
0 commit comments