git-truck 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-truck",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "private": false,
5
5
  "description": "Visualizing a Git repository",
6
6
  "license": "MIT",
@@ -9,8 +9,7 @@
9
9
  "scripts": {
10
10
  "test": "jest --coverage",
11
11
  "clean": "npx rimraf -rf ./parser/dist build public/build",
12
- "prebuild": "remix setup node",
13
- "build": "cross-env NODE_ENV=production remix build && node ./post-build.js",
12
+ "build": "remix setup node && cross-env NODE_ENV=production remix build && node ./post-build.js",
14
13
  "dev": "cross-env NODE_ENV=development remix build && run-p dev:*",
15
14
  "dev:remix": "cross-env NODE_ENV=development remix watch",
16
15
  "dev:node": "cross-env NODE_ENV=development nodemon ./build/index.js --watch ./build/index.js",