We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d403 commit c2a7cf6Copy full SHA for c2a7cf6
package.json
@@ -9,6 +9,7 @@
9
"clean": "npx rimraf node_modules example/{node_modules,build}",
10
"format": "npx prettier --write **/*.js",
11
"format:check": "npx prettier --list-different **/*.js",
12
+ "start": "npm i && cd example && npm i && npm start",
13
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
14
},
15
"dependencies": {
0 commit comments