Skip to content

Commit

Permalink
fix(publish): wrong update package
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Dec 11, 2024
1 parent 646355b commit eb7518f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"transpile": "cross-env BABEL_DISABLE_CACHE=1 babel src --out-dir lib --extensions .js,.ts",
"watch": "npm run transpile -- --watch",
"prerelease-next": "npm version prerelease --preid next && npm run update-package",
"update-package": "npm remove @gchoqueux/geographic itowns && npm install @gchoqueux/geographic@$npm_package_version @gchoqueux/itowns@$npm_package_version --save"
"update-package": "npm remove @gchoqueux/geographic @gchoqueux/itowns && npm install @gchoqueux/geographic@$npm_package_version @gchoqueux/itowns@$npm_package_version --save"
},
"files": [
"*.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/Widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"transpile": "npm run transpileOnly && npm run copy_transpile",
"watch": "npm run transpileOnly -- --watch",
"prerelease-next": "npm version prerelease --preid next && npm run update-package",
"update-package": "npm remove @gchoqueux/geographic itowns && npm install @gchoqueux/geographic@$npm_package_version @gchoqueux/itowns@$npm_package_version --save"
"update-package": "npm remove @gchoqueux/geographic @gchoqueux/itowns && npm install @gchoqueux/geographic@$npm_package_version @gchoqueux/itowns@$npm_package_version --save"
},
"files": [
"*.md",
Expand Down

0 comments on commit eb7518f

Please sign in to comment.