Skip to content

Commit

Permalink
build: add npm run example script
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 30, 2020
1 parent 46be4eb commit 5ddefdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -56,7 +56,8 @@
"test": "npm run test:lint && npm run test:mocha",
"test:ci": "npm run test:lint && npm run cov",
"test:lint": "eslint --cache .",
"test:mocha": "cross-env BABEL_ENV=test mocha --require @babel/register"
"test:mocha": "cross-env BABEL_ENV=test mocha --require @babel/register",
"example": "npm install && cd example && npm install"
},
"sideEffects": false
}

0 comments on commit 5ddefdd

Please sign in to comment.