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 df745df more command
new 797f480 Merge pull request #3 from ebarboni/jenkins2
df745df is described below
commit df745dfa4b1fa89bd199dded8aebf1236c4e3c17
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Oct 11 00:14:32 2023 +0200
more command
---
package.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package.json b/package.json
index 18c2f70..3d77def 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,9 @@
"scripts":{
"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"
+
},
"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