diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml index 0fb90af..c75bc58 100644 --- a/.github/workflows/npm-publish.yaml +++ b/.github/workflows/npm-publish.yaml @@ -33,6 +33,6 @@ jobs: version: ${{ needs.read-version.outputs.version }}-pr.${{ github.event.pull_request.number }} node-version: 20 linter: false - test: false + test: true build-step: true secrets: inherit diff --git a/package.json b/package.json index 36ea1be..778a633 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xlsx-stream", "description": "Creates SpreadsheetML (.xlsx) files in sequence with streaming interface.", - "version": "0.1.4", + "version": "0.2.0", "homepage": "https://github.com/nunukim/node-xlsx-stream", "author": { "name": "Ryota Suzuki", @@ -26,7 +26,9 @@ "node": ">0.8.0" }, "scripts": { - "grunt": "grunt" + "grunt": "grunt", + "test": "grunt", + "build": "npm install" }, "devDependencies": { "grunt": "^1.6.1",