microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Add wasm-pack to the github workflow and a test script for the wasm package #128

Closed janechu closed 3 years ago

janechu commented 3 years ago

Pull Request

📖 Description

This change should add the wasm package to the build gate and prevent errors from being pushed. The package is currently private and requires wasm-pack to run.

👩‍💻 Reviewer Notes

The build gate should pass and include the tests in the wasm package. To run locally, follow the steps in the CONTRIBUTING.md file for the wasm package.

✅ Checklist

General