Merge pull request #583 from wbkd/initialize-example
Add postinstall script to initialize `example` as well
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"test:firefox": "cypress run --browser firefox",
|
||||
"test:all": "npm run test:chrome && npm run test:firefox",
|
||||
"test": "npm run dev:wait test:chrome",
|
||||
"release": "release-it"
|
||||
"release": "release-it",
|
||||
"postinstall": "cd example && npm install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@welldone-software/why-did-you-render": "^4.3.2",
|
||||
|
||||
Reference in New Issue
Block a user