Skip to content

Commit

Permalink
build: remove unnecessary types scripts ref
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jun 22, 2024
1 parent c2fc1c4 commit bdb9149
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 @@ -146,9 +146,9 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:sass sass:render",
"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-input.js' --outFiles docs/api.md",
"build:demo": "npm-run-all build demo:rm:build demo:new:build demo:copy:index demo:copy:demo demo:update:index",
Expand Down

0 comments on commit bdb9149

Please sign in to comment.