diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index af2a4eb..0ccaea6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,10 +4,13 @@ name: Node.js CI on: - push: - branches: [master] - pull_request: - branches: [master] + workflow_dispatch: + inputs: + logLevel: + description: 'Message' + required: false + release: + types: [created] jobs: build: diff --git a/package.json b/package.json index 016f4d0..7574692 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@unicef/material-slate", "version": "0.5.0", "description": "Material UI rich text editor based on Slate for react", - "main": "./dist/index.js", + "main": "index.js", "homepage": "https://unicef.github.io/material-slate", "repository": { "type": "git",