Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.69 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.69 KB

skill-mw-buy

Quickstart

Install skill-mw-buy with yarn​:

  cd `skill-mw-buy`
  yarn
  yarn start

Scripts

Command Description
yarn start Runs the app in development mode.
yarn test Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.
yarn build Builds the skill for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified, and the filenames include the hashes. Your skill is ready to be deployed.

Skill trigger

Steps to trigger:

Additional Notes​