Skip to content

Commit

Permalink
Revert "build: update automated api generation script"
Browse files Browse the repository at this point in the history
This reverts commit 18b4d85.
blackfalcon committed Apr 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fe459d3 commit b3a8021
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
@@ -88,7 +88,7 @@
"scripts": {
"build": "npm-run-all build:sass sass:render cssLint dist:js bundler postinstall build:api",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render",
"build:api": "wca analyze 'src/**/auro-*.js' --outFiles docs/api.md",
"build:api": "wca analyze 'src/auro-badge.js' --outFiles docs/api.md",
"build:watch": "nodemon -e scss,js --watch src --exec npm run build:dev:assets",
"bundler": "rollup -c",
"bundle:test": "rollup -c -w",

0 comments on commit b3a8021

Please sign in to comment.