Parcourir la source

Update script

Use prepublishOnly instead of prepublish.
tags/0.3.0
TheoryOfNekomata il y a 4 ans
Parent
révision
5ea49ff321
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      package.json

+ 1
- 1
package.json Voir le fichier

@@ -39,7 +39,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"prepublish": "rm -rf dist/ && rollup -c",
"prepublishOnly": "rm -rf dist/ && rollup -c",
"test": "jest",
"build": "rm -rf dist/ && rollup -c",
"generate": "plop",


Chargement…
Annuler
Enregistrer