[READ-ONLY] Mirror of https://github.com/bombshell-dev/template.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update scripts

Nate Moore (Mar 30, 2025, 10:29 PM -0500) 1f94b291 e35e8fae

+6 -6
+6 -6
package.json
··· 20 20 "./package.json": "./package.json" 21 21 }, 22 22 "scripts": { 23 - "dev": "nucleus dev", 24 - "build": "nucleus build", 25 - "format": "nucleus format", 26 - "lint": "nucleus lint", 27 - "test": "nucleus test" 23 + "dev": "bsh dev", 24 + "build": "bsh build", 25 + "format": "bsh format", 26 + "lint": "bsh lint", 27 + "test": "bsh test" 28 28 }, 29 29 "devDependencies": { 30 - "@bomb.sh/nucleus": "latest" 30 + "@bomb.sh/tools": "latest" 31 31 }, 32 32 "publishConfig": { 33 33 "access": "public"