Skip to content

Commit

Permalink
deactivate publish-now action
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Jan 29, 2024
1 parent 21a3127 commit 49e551a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: npm publish
name: npm publish now

on: [push, pull_request]

jobs:
npm-publish:
npm-publish-now:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"test:integration": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test.js' | tap-arc",
"test:integration:slow": "cross-env NODE_ENV=testing tape 'test/integration/**/*-test-slow.js' | tap-arc",
"test:module": "MODULE_ONLY=true npm run test",
"test:module": "cross-env MODULE_ONLY=true npm run test",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"lint": "eslint . --fix",
"build": "cross-env scripts/binary-config && npx pkg scripts --compress GZip && rm -f commit",
Expand Down

0 comments on commit 49e551a

Please sign in to comment.