Skip to content

Commit

Permalink
chore: only run icons command manually
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 12, 2022
1 parent bc3168f commit 339cf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"src"
],
"scripts": {
"prebuild": "npm run clean && node scripts/preParcel.js && npm run update:icons",
"prebuild": "npm run clean && node scripts/preParcel.js",
"build": "npm run tsdx build && parcel build",
"clean": "rimraf lib",
"coverage": "npm test -- --coverage",
Expand All @@ -61,7 +61,7 @@
"test": "jest",
"tsdx": "tsdx --tsconfig ./tsconfig.tsdx.json",
"type-check": "tsc --noEmit",
"update:icons": "cp node_modules/@sanity/server/lib/static/favicons/* src/studio/static && cp src/studio/static/favicon-192.png public && cp src/studio/static/favicon-512.png public && cp src/studio/static/webmanifest.json public/manifest.webmanifest"
"update:icons": "cp node_modules/@sanity/server/lib/static/favicons/* src/studio/static && cp src/studio/static/favicon-{192,512}.png public && cp src/studio/static/webmanifest.json public/manifest.webmanifest"
},
"browserslist": "chrome 59, safari 11, firefox 56, edge 14, ie 11",
"prettier": {
Expand Down

1 comment on commit 339cf4c

@vercel
Copy link

@vercel vercel bot commented on 339cf4c Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-sanity – ./

next-sanity.sanity.build
next.sanity.build
next-sanity-git-main.sanity.build

Please sign in to comment.