Skip to content

Commit

Permalink
fix postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Nov 23, 2023
1 parent 49653d7 commit 7ec5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"README.md"
],
"scripts": {
"browserslist:update": "npx --yes update-browserslist-db@latest",
"build:watch": "microbundle watch",
"build": "microbundle",
"clean:coverage": "rm -rf ./coverage",
Expand All @@ -45,7 +46,6 @@
"format:fix": "prettier --write .",
"lint": "eslint \"**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"postinstall": "npx --yes update-browserslist-db@latest",
"prebuild:watch": "npm run clean",
"prebuild": "npm run clean",
"predocs:build": "npm run clean:docs",
Expand Down

0 comments on commit 7ec5985

Please sign in to comment.