 5df898a4f6
			
		
	
	5df898a4f6
	
	
	
		
			
			* trying rollup * Imports mostly working * Remove yalc.lock * Use tsup to build * Disable code splitting * Update cjs exports * Use openpipe from npm registry in app * Remove npmignore, fix lint * Copy the README to dist * Update openpipe version * Remove second openai entrypoint * Update openpipe version --------- Co-authored-by: Kyle Corbitt <kyle@corbt.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			194 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| # Adapted from https://github.com/openai/openai-node/blob/master/build
 | |
| 
 | |
| set -exuo pipefail
 | |
| 
 | |
| ./build.sh
 | |
| 
 | |
| (cd dist && pnpm publish --access public --tag beta --no-git-checks)
 |