Skip to content

v1.2.4

Latest
Compare
Choose a tag to compare
@ululab ululab released this 23 Jan 18:44

馃挕New features馃挕

鈿欙笍 Automatically insert thestrapi-keys script into the package.json file of the strapi-app project after npm i strapi-keys
馃弴 so you can immediately run npm run strapi-keys -- --generate

Automatic addition in the package.json file of:

{
  "scripts": {
    "strapi-keys": "strapi-keys"
  }
}

file ./init/postinstall.js

馃敟BugFix馃┕

  • Remove "files" array for postinstall in v.1.2.3