alpha
Login
or
Join now
danielroe.dev
/
nuxt-full-static
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: update postinstall
author
Daniel Roe
date
4 years ago
(Aug 7, 2022, 1:05 AM +0100)
commit
1fcc9138
1fcc9138b99d319be99ea687d9fb419578372851
parent
844eeaf7
844eeaf704fe5b0a5b78774921dd397d92305b91
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
package.json
+1
-1
package.json
View file
Reviewed
···
44
44
"release": "release-it",
45
45
"test": "echo 1 || vitest run",
46
46
"test:types": "tsc --noEmit",
47
47
-
"_postinstall": "husky install",
47
47
+
"postinstall": "husky install",
48
48
"postpublish": "pinst --enable"
49
49
},
50
50
"dependencies": {