Skip to content

Commit 66f84a3

Browse files
committed
chore: cleanup
1 parent fdee488 commit 66f84a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For usage with NativeScript for Angular 12+ projects.
55
Clean and setup workspace:
66

77
```
8-
npm run clean.all
8+
npm run clean:all
99
```
1010

1111
## Build packages:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && npm i --legacy-peer-deps",
8-
"clean.all": "npm run clean && npm run demo:clean",
8+
"clean:all": "npm run clean && npm run demo:clean",
99
"postinstall": "husky install",
1010
"nx": "nx",
1111
"start": "nx serve",

0 commit comments

Comments
 (0)