Skip to content

Commit a38e697

Browse files
committed
updating build package.json location
1 parent ad0fb36 commit a38e697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"scripts": {
13-
"build": "ng-packagr -p app/lib/package.json",
13+
"build": "ng-packagr -p lib/package.json",
1414
"ios": "tns run ios --syncAllFiles",
1515
"android": "tns run android --syncAllFiles"
1616
},

0 commit comments

Comments
 (0)