feat: use pnpm & lock core-js shim
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
    "scripts": {
 | 
			
		||||
        "clean": "rimraf dist",
 | 
			
		||||
        "watch": "tsc --watch",
 | 
			
		||||
        "build": "yarn clean && tsc",
 | 
			
		||||
        "build": "pnpm clean && tsc",
 | 
			
		||||
        "test": "echo \"Error: run tests from root\" && exit 1"
 | 
			
		||||
    },
 | 
			
		||||
    "repository": {
 | 
			
		||||
@@ -24,9 +24,6 @@
 | 
			
		||||
    },
 | 
			
		||||
    "homepage": "https://github.com/solvedDev/MoLang#readme",
 | 
			
		||||
    "devDependencies": {
 | 
			
		||||
        "@types/node": "^18.17.15",
 | 
			
		||||
        "rimraf": "^4.4.1",
 | 
			
		||||
        "tslib": "^2.6.2",
 | 
			
		||||
        "typescript": "^4.9.5"
 | 
			
		||||
        "@types/node": "^18.17.15"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user