Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc6f792

Browse files
author
Janaka-Steph
committedOct 18, 2022
Add build script
1 parent 954b0d5 commit bc6f792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"browserslist": [
1111
"last 2 versions"
1212
],
13+
"scripts": {
14+
"build": "npx gulp bundle && npx antora antora-playbook.yml"
15+
},
1316
"dependencies": {
1417
"@antora/lunr-extension": "^1.0.0-alpha.8",
1518
"clipboard": "^2.0.6"

0 commit comments

Comments
 (0)
Please sign in to comment.