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

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
flopes89 committed Feb 13, 2020
1 parent 14b6628 commit ffc52e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"url": "https://github.com/flopes89"
},
"description": "Offline file tag manager",
"version": "1.4.0",
"main": "dist/server.js",
"version": "1.5.0",
"main": "server.js",
"scripts": {
"validate-types": "tsc --noEmit",
"generate-types": "graphql-codegen --config codegen.yml",
"test": "jest",
"start": "node dist/server.js",
"start": "node server.js",
"dev": "cross-env NODE_ENV=development webpack --config webpack/index.js --mode development",
"dist": "cross-env NODE_ENV=production webpack --config webpack/index.js --mode production"
},
Expand Down

0 comments on commit ffc52e7

Please sign in to comment.