feat: use pnpm & lock core-js shim
This commit is contained in:
		@@ -18,14 +18,11 @@
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "clean": "rimraf dist",
 | 
			
		||||
        "watch": "tsc --watch",
 | 
			
		||||
        "build": "yarn clean && tsc",
 | 
			
		||||
        "build": "pnpm clean && tsc",
 | 
			
		||||
        "test": "echo \"Error: run tests from root\" && exit 1"
 | 
			
		||||
    },
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@javatypes/spring-jdbc": "^0.0.3",
 | 
			
		||||
        "reflect-metadata": "^0.1.13",
 | 
			
		||||
        "rimraf": "^4.4.1",
 | 
			
		||||
        "typescript": "^4.9.5"
 | 
			
		||||
        "@javatypes/spring-jdbc": "^0.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "@ccms/api": "^0.28.0-beta.3",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user