Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aperron committed May 3, 2021
1 parent 3e3c425 commit 6ac916d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "strapi-to-typescript",
"version": "2.0.6",
"version": "2.0.7",
"description": "Convert the strapi models to typescript interfaces.",
"main": "index.js",
"bin": {
"sts": "./bin/run.js"
},
"scripts": {
"start": "tsc -w",
"build": "rm -rf ./dist && tsc && cp ./src/.stsconfig.js ./dist",
"prebuild": "rm -rf ./dist",
"build": "tsc && cp ./src/.stsconfig.js ./dist",
"patch-release": "npm version patch && tsc && npm publish && git push --follow-tags",
"minor-release": "npm version minor && tsc && npm publish && git push --follow-tags",
"pretest": "rm -rf ./src/test/out*",
"test": "ts-node src/test.ts",
"test12": "ts-node src/test.ts test1 test2",
"prepublishOnly": "npm run build && npm run test"
Expand Down

0 comments on commit 6ac916d

Please sign in to comment.