Skip to content

Commit 6e71cef

Browse files
fix(chore): fixies for version command
1 parent e476f2a commit 6e71cef

File tree

2 files changed

+143
-10
lines changed

2 files changed

+143
-10
lines changed

package-lock.json

+140-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"ng": "nx",
7-
"start": "ng serve",
7+
"start": "npx nx run demo:serve",
88
"demo.build": "ng build",
99
"demo.build-prod": "ng build",
1010
"build": "nx run ng2-dragula:build",
@@ -41,6 +41,7 @@
4141
"@nrwl/jest": "15.6.3",
4242
"@nrwl/linter": "15.6.3",
4343
"@nrwl/nx-cloud": "15.0.2",
44+
"@types/fs-extra": "9.0.7",
4445
"@types/dragula": "^2.1.34",
4546
"@types/jest": "28.1.8",
4647
"@types/node": "18.7.1",
@@ -53,6 +54,7 @@
5354
"eslint": "8.15.0",
5455
"eslint-config-prettier": "8.3.0",
5556
"eslint-plugin-cypress": "2.12.1",
57+
"fs-extra": "9.1.0",
5658
"jest": "28.1.3",
5759
"jest-environment-jsdom": "28.1.1",
5860
"jest-preset-angular": "12.2.3",

0 commit comments

Comments
 (0)