mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
use default registry
This commit is contained in:
@@ -3,11 +3,6 @@
|
|||||||
"scm-ui/*",
|
"scm-ui/*",
|
||||||
"scm-plugins/*"
|
"scm-plugins/*"
|
||||||
],
|
],
|
||||||
"command": {
|
|
||||||
"publish": {
|
|
||||||
"registry": "http://localhost:4873"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "2.0.0-SNAPSHOT"
|
"version": "2.0.0-SNAPSHOT"
|
||||||
|
|||||||
@@ -72,6 +72,19 @@
|
|||||||
<skip>${skipTests}</skip>
|
<skip>${skipTests}</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
<!--
|
||||||
|
TODO pass version to deploy script
|
||||||
|
<execution>
|
||||||
|
<id>deploy</id>
|
||||||
|
<phase>deploy</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>run</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<script>deploy</script>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
-->
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const createSnapshotVersion = (baseVersion) => {
|
const createSnapshotVersion = () => {
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const year = date.getFullYear();
|
const year = date.getFullYear();
|
||||||
const month = date.getMonth().toString().padStart(2, "0");
|
const month = date.getMonth().toString().padStart(2, "0");
|
||||||
|
|||||||
Reference in New Issue
Block a user