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