Skip to content

Commit

Permalink
Replug standalone archive build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yo35 committed Aug 9, 2022
1 parent 8f099d5 commit 04c634c
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 1 deletion.
279 changes: 279 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@knodes/typedoc-plugin-pages": "^0.23.1",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"archiver": "^5.3.1",
"browserify": "^17.0.0",
"commander": "^9.4.0",
"coveralls": "^3.1.1",
Expand All @@ -53,7 +54,7 @@
"unit": "nyc mocha --bail --sort",
"test": "npm run lint && npm run unit",
"publish_coverage": "nyc report --reporter=text-lcov | coveralls",
"build": "npm run build:lib && npm run build:doc",
"build": "npm run build:lib && npm run build:doc && node scripts/build-archive.js",
"build:doc": "typedoc",
"build:lib": "rimraf dist/lib && tsc",
"start": "typedoc --watch --preserveWatchOutput",
Expand Down

0 comments on commit 04c634c

Please sign in to comment.