Skip to content

Commit

Permalink
Merge pull request #149 from aws/jurredr/fix-postinstall
Browse files Browse the repository at this point in the history
Removed global liveserver install to fix postinstall script
  • Loading branch information
Jurredr authored Oct 31, 2024
2 parents 7228d6c + f5b9ae1 commit 9eae4b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.17.0",
"version": "4.17.1",
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
"publisher": "Amazon Web Services",
"license": "Apache License 2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"tests:e2e": "cd ./ui-tests && npm install && npm run prepare && npm run e2e",
"api-docs": "npx typedoc src/main.ts --out ./api-docs",
"api-doc-deploy": "npx typedoc src/main.ts --out ./example/dist/api-doc",
"postinstall": "npm install -g live-server && node postinstall.js",
"postinstall": "node postinstall.js",
"prepare": "npx husky"
},
"dependencies": {
Expand Down

0 comments on commit 9eae4b1

Please sign in to comment.