This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
The following commit(s) were added to refs/heads/main by this push:
new 15b1121 more build command
15b1121 is described below
commit 15b11216a9dea6068659b2119fad64add03e9d60
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Oct 11 00:19:43 2023 +0200
more build command
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 3d77def..52f6a27 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"clean-build":"npm run clean-install;npm run build",
"clean-install": "rm -rf node_modules/ .cache/ package-lock.json;npm i
--cache=.cache/npm",
"plain-install": "npm i --cache=.cache/npm",
- "build":"node_modules/.bin/antora antora-playbook.yml --fetch --clean"
-
+ "build":"node_modules/.bin/antora antora-playbook.yml --fetch --clean",
+ "build-noclean":"node_modules/.bin/antora antora-playbook.yml --fetch"
},
"devDependencies": {
"@antora/cli": "3.1.4",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists