Browse Source

remove test scripts

AykutSarac 2 years ago
parent
commit
e240286a67
2 changed files with 1 additions and 3 deletions
  1. 0 1
      .travis.yml
  2. 1 2
      package.json

+ 0 - 1
.travis.yml

@@ -8,7 +8,6 @@ cache:
   directories:
     - node_modules
 script:
-  - npm run test
   - npm run lint
   - npm run build
 deploy:

+ 1 - 2
package.json

@@ -1,13 +1,12 @@
 {
   "name": "json-crack",
   "private": true,
-  "version": "v2.0.3",
+  "version": "v2.0.4",
   "author": "https://github.com/AykutSarac",
   "homepage": "https://jsoncrack.com",
   "scripts": {
     "dev": "next dev",
     "build": "next build && next export",
-    "test": "jest",
     "start": "next start",
     "lint": "next lint",
     "lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",