Skip to content

Commit f545c63

Browse files
committed
chore(other): Don't build core on serve
1 parent 3dd2028 commit f545c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"lint": "ng lint",
77
"test": "ng test",
8-
"serve": "yarn core:build && yarn demo:serve",
8+
"serve": "yarn demo:serve",
99
"core:build": "ng build @ngqp/core",
1010
"core:build:prod": "yarn core:build",
1111
"core:release:prepare": "scripts/prepare-release.sh",

0 commit comments

Comments
 (0)