We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc085 commit efe1fb8Copy full SHA for efe1fb8
Makefile
@@ -22,5 +22,3 @@ publish:
22
# Ensure the git repository is clean
23
@git diff --quiet || (echo "Uncommitted changes present. Please commit or stash them before publishing." && exit 1)
24
git tag -a v$(VERSION) -m "Version $(VERSION)"
25
- docker build --platform=linux/amd64 -t $(TAG) .
26
- docker push $(TAG)
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "@macrostrat/web",
+ "name": "@macrostrat/rockd-website",
3
"private": true,
4
- "version": "4.0.8",
+ "version": "2.3.0",
5
"description": "Macrostrat map interface",
6
"type": "module",
7
"scripts": {
0 commit comments