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 5db4218 commit 2b650a4
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 @@ -142,7 +142,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-*.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 2b650a4

Please sign in to comment.