mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	ci: move prepublish to package
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -31,9 +31,6 @@ jobs: | ||||
|       - name: Install Dependencies | ||||
|         run: pnpm i | ||||
|  | ||||
|       - name: PNPM build | ||||
|         run: pnpm run build | ||||
|  | ||||
|       - name: Publish to NPM | ||||
|         run: pnpm -r publish --access public --no-git-checks | ||||
|         env: | ||||
|   | ||||
| @@ -7,7 +7,8 @@ | ||||
|     "lint": "eslint --cache .", | ||||
|     "format": "prettier --write .", | ||||
|     "typecheck": "tsc --noEmit", | ||||
|     "release": "bumpp -r" | ||||
|     "release": "bumpp -r", | ||||
|     "prepublishOnly": "npm run build" | ||||
|   }, | ||||
|   "license": "MIT", | ||||
|   "keywords": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user