Skip to content

Commit

Permalink
first commit (#2780)
Browse files Browse the repository at this point in the history
* first commit

* updated package.json command

* test 2

* attempt 3

* changing prepare with postinstall

* updated script
  • Loading branch information
alessioventuriniAND authored Aug 15, 2023
1 parent b4bdeaa commit ec0ce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ To enable this we use [nvm (Node Version Manager)](https://github.com/creationix

```bash
yarn install
husky install
```

### Start a local server
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"stylelint": "stylelint '**/*.scss'",
"stylelint-fix": "stylelint '**/*.scss' --fix",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky install"
"postpack": "pinst --enable"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit ec0ce7a

Please sign in to comment.