Skip to content

Commit

Permalink
perf: remove unsed script ref
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/package.json
  • Loading branch information
blackfalcon committed May 15, 2024
1 parent 971b8a6 commit f888bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"scripts": {
"build": "npm-run-all build:sass sass:render",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs build:demoScripts bundler types postinstall",
"build:release": "npm-run-all build build:test build:api build:docs bundler types postinstall",
"build:ci": "npm-run-all sweep build:release",
"build:api": "wca analyze 'src/[namespace]-[name].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 f888bf4

Please sign in to comment.