Skip to content

Commit c3ca025

Browse files
committed
build: update package scripts
1 parent 830eed6 commit c3ca025

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
"version": "0.0.0",
44
"scripts": {
55
"prepare": "husky install",
6-
"ng": "ng",
7-
"start": "nx serve",
8-
"build": "nx build",
9-
"watch": "nx build --watch --configuration development",
10-
"test": "nx test",
6+
"build": "nx run-many -t build",
7+
"release": "nx release",
118
"format": "prettier --write \"{*,packages/**/*}.{html,css,less,scss,sass,ts,js,json,md}\" && eslint \"packages/**/*.ts\" --cache --fix"
129
},
1310
"private": true,

0 commit comments

Comments
 (0)