Skip to content

Commit 4b2363b

Browse files
committed
Updated scripts
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent a268ce9 commit 4b2363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"test": "jest && npm run build:prod && cross-env MAIN=dist jest",
3535
"test:dev": "npm run build:dev && jest",
3636
"test:debug": "node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
37-
"release": "npm test && npm publish dist && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
37+
"release": "npm test && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
3838
}
3939
}

0 commit comments

Comments
 (0)