File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 4848 "scripts" : {
4949 "clean" : " rimraf dist" ,
5050 "build" : " tsup" ,
51- "build-with-deps" : " yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/js-client-sdk' run build" ,
5251 "lint" : " eslint . --ext .ts,.tsx" ,
5352 "prettier" : " prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore" ,
5453 "test" : " npx jest --runInBand" ,
Original file line number Diff line number Diff line change 3535 "make-esm-package-json" : " echo '{\" type\" :\" module\" }' > dist/esm/package.json" ,
3636 "make-package-jsons" : " npm run make-cjs-package-json && npm run make-esm-package-json" ,
3737 "build" : " npx tsc --noEmit && rollup -c rollup.config.js && npm run make-package-jsons" ,
38- "build-with-deps" : " yarn workspaces foreach -pR --topological-dev --from '@launchdarkly/js-client-sdk-common' run build" ,
3938 "clean" : " rimraf dist" ,
4039 "lint" : " npx eslint . --ext .ts" ,
4140 "lint:fix" : " yarn run lint -- --fix" ,
You can’t perform that action at this time.
0 commit comments