• Mario Nebl's avatar
    Add screencast task (#3816) · 70ef42c3
    Mario Nebl authored
    * Automate screencast recordings
    * **screencast.js**: Automate screencast.sh, asciinema, svg-term-cli. Removes progress-bar, npm tree data from cast
    * **screencast.sh**: Simulate user input, trigger demoed commands
    * **screencast-start.js**: Start a shell command and end the process log patterns have been observed
    70ef42c3
This project manages its dependencies using npm. Learn more
package.json 1.24 KiB
  "private": true,
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "build": "cd packages/react-scripts && node bin/react-scripts.js build",
    "changelog": "lerna-changelog",
    "create-react-app": "node tasks/cra.js",
    "e2e": "tasks/e2e-simple.sh",
    "e2e:docker": "tasks/local-test.sh",
    "postinstall": "cd packages/react-error-overlay/ && yarn build:prod",
    "publish": "tasks/publish.sh",
    "start": "cd packages/react-scripts && node bin/react-scripts.js start",
    "screencast": "node ./tasks/screencast.js",
    "test": "cd packages/react-scripts && node bin/react-scripts.js test --env=jsdom",
    "format": "prettier --trailing-comma es5 --single-quote --write 'packages/*/*.js' 'packages/*/!(node_modules)/**/*.js'",
    "precommit": "lint-staged"
  "devDependencies": {
  "lint-staged": {
    "*.js": [
      "prettier --trailing-comma es5 --single-quote --write",
      "git add"
    "yarn.lock": [
      "git rm --cached"