Skip to content

Commit e650e2f

Browse files
committed
chore: remove postbuild from scripts
1 parent 500f1f9 commit e650e2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
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",

0 commit comments

Comments
 (0)