Skip to content

Commit

Permalink
Merge pull request pixi-viewport#7 from cuire/v5-git-install
Browse files Browse the repository at this point in the history
  • Loading branch information
cuire authored Feb 7, 2023
2 parents 2c7bcb7 + 62fec7a commit b9a68f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules
*.log
.nyc_output
*.iml
.idea
.DS_Store
compile
js
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
"prepublishOnly": "yarn build && yarn docs",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --ignore-path .gitignore --fix",
"prepare": "husky install",
"pre-commit": "lint-staged"
"prepare": "husky install && yarn build",
"pre-commit": "lint-staged",
"prepack": "yarn build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,4 +84,4 @@
"yy-jsdoc-template": "^1.3.0",
"yy-random": "^1.10.2"
}
}
}

0 comments on commit b9a68f8

Please sign in to comment.