diff --git a/package.json b/package.json index 55f6b23..ab7c066 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,9 @@ "name": "@org/source", "version": "0.0.0", "license": "MIT", - "scripts": {}, + "scripts": { + "start": "npx nx run ag-grid-theme-issue:serve" + }, "private": true, "dependencies": { "@angular/animations": "~16.2.0", @@ -53,5 +55,8 @@ "ts-jest": "^29.1.0", "ts-node": "10.9.1", "typescript": "~5.1.3" + }, + "stackblitz": { + "startCommand": "npm start" } }