Skip to content

Commit b44f206

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
Fix: package.json scrpts dublicate
1 parent c7e5c1b commit b44f206

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

demo-angular/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"repository": "https://github.com/NativeScript/nativescript-datetimepicker",
1414
"scripts": {
1515
"ci.tslint": "npm i && tslint --config '../tslint.json' 'src/**/*.ts'",
16-
"build.plugin": "cd ../src && npm run build"
16+
"build.plugin": "cd ../src && npm run build",
17+
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
18+
"e2e-watch": "tsc -p e2e --watch"
1719
},
1820
"dependencies": {
1921
"@angular/animations": "~7.2.0",
@@ -50,8 +52,4 @@
5052
"tslint": "~5.11.0"
5153
},
5254
"readme": "NativeScript DateTimePicker Demo NG"
53-
"scripts": {
54-
"e2e": "node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts ",
55-
"e2e-watch": "tsc -p e2e --watch"
56-
}
5755
}

0 commit comments

Comments
 (0)