Skip to content

Commit

Permalink
chore: add npm script to build and run the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 20, 2021
1 parent ab0f941 commit 86e5eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test": "jest --env=jsdom --coverage --passWithNoTests",
"test:watch": "jest --env=jsdom --watch --updateSnapshot",
"prepublishOnly": "npm run build",
"run-cli": "npm run build:lib && node lib/cli/index.js",
"prebuild": "npm run clean",
"postbuild": "rimraf {lib,es}/**/__tests__ {lib,es}/**/*.{spec,test}.{js,d.ts,js.map}",
"posttest": "npm run typecheck && npm run lint",
Expand Down

0 comments on commit 86e5eb9

Please sign in to comment.