Skip to content

Commit

Permalink
ci: change build script to include all asset builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Aug 20, 2024
1 parent 531d0df commit fb5b5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:sass sass:render types",
"build": "npm-run-all build:sass sass:render build:api build:docs bundler postinstall types",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs bundler postinstall",
"build:release": "npm-run-all build build:test",
"build:ci": "npm-run-all sweep build:release",
"build:api": "wca analyze 'src/auro-icon.js' --outFiles docs/api.md",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",
Expand Down

0 comments on commit fb5b5bf

Please sign in to comment.