@remult/angular
Advanced tools
Comparing version 2.2.6 to 2.2.7
{ | ||
"name": "@remult/angular", | ||
"schematics": "./schematics/collection.json", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "an angular module for remult", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -87,3 +87,3 @@ "use strict"; | ||
json.scripts["dev-ng"] = "ng serve --proxy-config proxy.conf.json"; | ||
json.scripts["dev-node"] = "./node_modules/.bin/tsc-watch -p tsconfig.server.json --onSuccess \"npm run server:dev-run\""; | ||
json.scripts["dev-node"] = "./node_modules/.bin/tsc-watch -p tsconfig.server.json --onSuccess \"npm run start\""; | ||
json.scripts["build"] = "ng build && tsc -p tsconfig.server.json"; | ||
@@ -90,0 +90,0 @@ json.scripts.start = "node dist/server/server/server.js"; |
Sorry, the diff of this file is not supported yet
1099354