Skip to content

Commit

Permalink
Merge pull request #26 from davidecaruso/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
davidecaruso authored Aug 7, 2022
2 parents 4d57478 + d068512 commit b4473bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: yarn build

- name: publish to registry
run: yarn publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shell.js",
"version": "4.0.2",
"version": "4.0.3",
"description": "A JavaScript library to create HTML terminals in web pages.",
"author": "Davide Caruso <[email protected]>",
"homepage": "https://shelljs.io",
Expand All @@ -17,7 +17,6 @@
"eslint": "eslint --fix-dry-run ./",
"eslint:fix": "eslint --fix ./",
"prettier": "prettier --write ./src ./webpack.*.js",
"publish": "npm publish",
"test": "mocha -r mocha.module.js -r ts-node/register --globals window **/*.test.ts",
"test:watch": "npm run test -- --watch",
"test:coverage": "nyc npm run test",
Expand Down

0 comments on commit b4473bc

Please sign in to comment.