create-rari-app 0.2.2 → 0.2.3

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-rari-app",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "description": "Create Runtime Accelerated Rendering Infrastructure (Rari) applications with no build configuration",
6
6
  "author": "Ryan Skinner",
7
7
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "node": ">=20.0.0"
9
9
  },
10
10
  "scripts": {
11
- "build": "{{PACKAGE_MANAGER}} clean && {{PACKAGE_MANAGER}} typecheck && vite build",
11
+ "build": "{{PACKAGE_MANAGER}} run clean && {{PACKAGE_MANAGER}} run typecheck && vite build",
12
12
  "dev": "vite",
13
13
  "start": "NODE_ENV=production rari start",
14
14
  "deploy:railway": "rari deploy railway",
@@ -5,7 +5,7 @@ services:
5
5
  env: node
6
6
  plan: free
7
7
  buildCommand: '{{INSTALL_COMMAND}}'
8
- startCommand: '{{PACKAGE_MANAGER}} start'
8
+ startCommand: '{{PACKAGE_MANAGER}} run start'
9
9
  healthCheckPath: /
10
10
  envVars:
11
11
  - key: NODE_ENV