diff --git a/package.json b/package.json index 31bc96e..60a9ca6 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "scripts": { "build": "npm-run-all build:sass sass:render types", "build:test": "npm-run-all test linters", - "build:release": "npm-run-all build build:test build:api build:docs bundler types postinstall", + "build:release": "npm-run-all build build:test build:api build:docs bundler postinstall", "build:ci": "npm-run-all sweep build:release", "build:api": "wca analyze 'src/auro-skeleton.js' --outFiles docs/api.md", "build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",