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 3f20168 commit e1727d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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-flight*.js' --outFiles docs/api.md",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render",
Expand Down

0 comments on commit e1727d1

Please sign in to comment.