init commit,
This commit is contained in:
12
99_references/blank-ionic/ionic.starter.json
Normal file
12
99_references/blank-ionic/ionic.starter.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Blank Starter",
|
||||
"baseref": "main",
|
||||
"tarignore": [
|
||||
"node_modules",
|
||||
"package-lock.json",
|
||||
"www"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "npm run build && npm run test.unit -- --watch=false && npm i --no-save concurrently && ./node_modules/.bin/concurrently \"npm run dev\" \"npm run test.e2e\" --kill-others --success first"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user