Skip to content

Commit

Permalink
build: remove npm script for build demo
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 5, 2023
1 parent 2ced29a commit 9673434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
"build": "npm-run-all build:sass sass:render scssLint dist:js bundler postinstall build:api types build:docs",
"build:ci": "npm-run-all sweep build",
"build:api": "wca analyze 'src/[namespace]-[name].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",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",
"build:docs": "node scripts/generateDocs.js",
"build:sass": "npm-run-all build:sass:component postCss:component sass:render",
Expand Down

0 comments on commit 9673434

Please sign in to comment.