Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

fix: release cjs and esm at the same time (#10) #21

fix: release cjs and esm at the same time (#10)

fix: release cjs and esm at the same time (#10) #21

Workflow file for this run

name: Build Package
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Install icu4x-datagen
run: cargo install icu_datagen
- name: Generate data
run: sh icu-datagen.sh
- name: Build
run: sh build.sh