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

add postinstall

parent 9355faf9
No related branches found
No related tags found
1 merge request!1Disagg Plotter
......@@ -10,7 +10,8 @@
"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"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd example && npm i"
},
"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