Skip to content

Commit c957203

Browse files
committed
remove extra garbage
1 parent fc4596c commit c957203

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.github/workflows/appinspect_api.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: 12.x
16-
- uses: actions/cache@v1
17-
with:
18-
path: node_modules
19-
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
20-
restore-keys: |
21-
nodeModules-
2216
- name: Update Version Number
2317
run: |
2418
old_str="X.Y.Z"
@@ -27,10 +21,6 @@ jobs:
2721
sed -i "s/$old_str/$new_str/g" ./github_app_for_splunk/default/app.conf
2822
cat package.json
2923
cat ./github_app_for_splunk/default/app.conf
30-
- name: Install dependencies
31-
run: yarn install
32-
env:
33-
CI: true
3424
- name: Build app package
3525
run: |
3626
yarn package

package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,7 @@
1818
"format": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --write",
1919
"format:verify": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --list-different",
2020
"lint": "lerna run lint --no-sort",
21-
"setup": "yarn && lerna run build",
22-
"start": "lerna run start --stream --no-sort --concurrency 100",
23-
"test": "lerna run test --stream --no-sort",
24-
"setup": "yarn install && yarn build && yarn symlink",
25-
"build2": "slap stage",
26-
"build:pages": "date",
27-
"slap:post-stage": "yarn build:pages",
28-
"symlink": "slap symlink",
29-
"package": "slap package --prod",
3021
"pkg": "yarn package",
31-
"rebuild": "echo \"Rebuilding...\" && slap stage --skip-clean",
32-
"start2": "yarn build && onchange src/** -- slap stage",
33-
"test2": "python -m unittest discover -s src/app/bin -p '*_tests.py' -v",
34-
"test:watch": "onchange src/app/bin/** -- yarn test"
35-
},
36-
"dependencies": {
37-
"@splunk/react-page": "^3.0.0",
38-
"@splunk/react-toast-notifications": "^0.7.0",
39-
"@splunk/react-ui": "^2",
40-
"react": "^16",
41-
"react-dom": "^16",
42-
"styled-components": "^4"
4322
},
4423
"devDependencies": {
4524
"lerna": "^2.9.0",

0 commit comments

Comments
 (0)