We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdee488 commit 66f84a3Copy full SHA for 66f84a3
README.md
@@ -5,7 +5,7 @@ For usage with NativeScript for Angular 12+ projects.
5
Clean and setup workspace:
6
7
```
8
-npm run clean.all
+npm run clean:all
9
10
11
## Build packages:
package.json
@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && npm i --legacy-peer-deps",
- "clean.all": "npm run clean && npm run demo:clean",
+ "clean:all": "npm run clean && npm run demo:clean",
"postinstall": "husky install",
"nx": "nx",
"start": "nx serve",
0 commit comments