Skip to content

Commit 37751fa

Browse files
Remove unused scripts
1 parent cb7717d commit 37751fa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ jobs:
2525
- name: npm ci
2626
run: npm ci
2727

28-
- name: npm check
29-
run: npm run check
30-
3128
- name: npm test
3229
run: npm run test

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@
5858
"build-cjs": "rimraf lib && tsc -outDir lib -m CommonJS",
5959
"postbuild-cjs": "cross-env NODE_ENV=cjs node scripts/copy.packages.json.js && ./scripts/build_cjs_replace_imports.sh",
6060
"build": "rimraf lib es && npm run build-cjs && npm run build-esm",
61-
"check": "npm run check:version",
62-
"check:version": "cross-env NODE_ENV=test tape -r ./ts-node.register src/settings/__tests__/defaults.spec.js",
6361
"test": "cross-env NODE_ENV=test jest",
64-
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
65-
"publish:stable": "npm run check && npm run build && npm publish"
62+
"publish:rc": "npm run test && npm run build && npm publish --tag canary",
63+
"publish:stable": "npm run test && npm run build && npm publish"
6664
}
6765
}

0 commit comments

Comments
 (0)