Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Switch back to tsc for production
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jul 15, 2019
1 parent 28dd132 commit 402ab7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staart-manager",
"version": "1.0.66",
"version": "1.0.67",
"main": "index.js",
"repository": "[email protected]:AnandChowdhary/staart.git",
"author": "Anand Chowdhary <[email protected]>",
Expand All @@ -9,7 +9,7 @@
"test": "jest",
"build": "touch .env && mkdir -p dist && cp .env dist/.env && npm run generate-routes && tsc",
"build-babel": "touch .env && babel src -d dist --extensions '.ts' && cp .env dist/.env",
"start": "npm run generate-routes && npm run build-babel && node dist/index.js",
"start": "npm run build && node dist/index.js",
"dev": "concurrently 'yarn watch-build' 'nodemon dist/index.js'",
"prettier-all": "prettier '{src,examples,setup}/**/*.{ts,js,json}' --write",
"watch-build": "onchange '{src,examples}/**/*.ts' -- yarn build-babel",
Expand Down
2 changes: 1 addition & 1 deletion setup/internal/staart-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.66
1.0.67

0 comments on commit 402ab7a

Please sign in to comment.