Browse Source

tweaked version build script

Alexander Rose 4 years ago
parent
commit
abb8baff52
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -23,8 +23,8 @@
         "watch-webpack": "webpack -w --mode development --display minimal",
         "serve": "http-server -p 1335",
         "preversion": "npm run test",
-        "postversion": "git push && git push --tags",
-        "prepublishOnly": "npm run test && npm run build"
+        "version": "npm run build",
+        "postversion": "git push && git push --tags"
     },
     "publishConfig": {
         "registry": "http://nexus3.rcsb.org/repository/npm-rcsb/"