Skip to content

Commit

Permalink
Sync package.json version (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheneyYin authored Jun 14, 2023
2 parents 80033b5 + cc33ef3 commit 699be9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metal-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metal-ui",
"version": "0.1.0",
"version": "1.0.0-SNAPSHOT",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
10 changes: 10 additions & 0 deletions metal-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@
</goals>
<phase>generate-sources</phase>
</execution>
<execution>
<id>npm version sync</id>
<goals>
<goal>npm</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<arguments>version ${revision}</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down

0 comments on commit 699be9b

Please sign in to comment.