Skip to content

Fix integration ID to follow notion updates (#19) #52

Fix integration ID to follow notion updates (#19)

Fix integration ID to follow notion updates (#19) #52

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.17.0'
- name: install
run: npm install
- name: build
run: npm run build
- name: pack
run: npm run pack