File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 "scripts" : {
2727 "clean" : " rimraf dist" ,
2828 "build" : " npm run clean && npm run build:modules && npm run build:standalone && npm run build:types" ,
29- "postbuild" : " npm run test:demo-projects" ,
3029 "build:modules" : " BABEL_ENV=modules babel --extensions \" .ts\" --extensions \" .js\" lib -d dist/es-modules/" ,
3130 "build:standalone" : " webpack && NODE_ENV=production webpack" ,
3231 "build:standalone:log" : " NODE_ENV=production WEBPACK_MODE=log webpack --json --profile --progress > webpack-build-log.json && webpack-bundle-analyzer webpack-build-log.json" ,
3332 "build:types" : " rimraf dist/typings && tsc --declaration --noEmit false --emitDeclarationOnly true --allowJs false" ,
3433 "build:docs" : " typedoc" ,
35- "docs:dev" : " npm run build && npm run build :docs" ,
34+ "docs:dev" : " npm run build:docs" ,
3635 "docs:watch" : " nodemon --exec npm run docs:dev -w lib typings" ,
3736 "docs:publish" : " npm run build:docs && ./node_modules/contentful-sdk-jsdoc/bin/publish-docs.sh contentful-management.js contentful-management" ,
3837 "lint" : " eslint lib test" ,
You can’t perform that action at this time.
0 commit comments