Skip to content

Commit c2a7cf6

Browse files
committed
script for setting up and starting the example
1 parent 639d403 commit c2a7cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"clean": "npx rimraf node_modules example/{node_modules,build}",
1010
"format": "npx prettier --write **/*.js",
1111
"format:check": "npx prettier --list-different **/*.js",
12+
"start": "npm i && cd example && npm i && npm start",
1213
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
1314
},
1415
"dependencies": {

0 commit comments

Comments
 (0)