diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 088baef10..e667e05b0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -1,15 +1,14 @@ -name: Publish to npm and GitHub Pages - +name: Publish @next release to npm on: - # push: - # branches: - # - dev - workflow_dispatch: - inputs: - branch: - description: 'Define branch name' - required: true - default: 'dev' + push: + branches: + - dev + # workflow_dispatch: + # inputs: + # branch: + # description: 'Define branch name' + # required: true + # default: 'dev' jobs: publish: diff --git a/package.json b/package.json index 65f617768..db76bb033 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "build": "vite build && tsc", "prepublishOnly": "vite build && tsc && typedoc --skipErrorChecking src/*", "test": "playwright test", + "test:node": "node tests/dataset.spec.js", "lint": "eslint src", "docs": "typedoc --out docs src/deepscatter.ts" },