Skip to content
Snippets Groups Projects
Commit 053ae95a authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove postinstall

parent 09b2021d
No related branches found
No related tags found
No related merge requests found
Pipeline #20416 passed
......@@ -5,14 +5,13 @@
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"start": "cd example && npm run start",
"start": "cd example && npm i && npm run start",
"npm-cli-login": "npm-cli-login",
"pre-commit": "pretty-quick --staged && npm run tslint",
"pre-push": "npm run pre-commit",
"tslint": "tslint -c tslint.json 'types/**/*.d.ts' 'src/**/*.d.ts'",
"tslint:fix": "npm run tslint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd example && npm i"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment