Skip to content

Commit

Permalink
Package.json script edits
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Aug 18, 2024
1 parent 65f45ff commit 07440d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"dev": "pnpm run build:css && bundle exec rerun --ignore 'src/public/css/*' --ignore 'node_modules/*' --signal 'TERM' -c -w 5 --no-notify -- cli/cli.rb start --development --node",
"start": "bundle exec ruby cli/cli.rb start",
"install": "pnpm run build && bundle install",
"build:rh": "tsc -p ./rammerhead/tsconfig.json",
"build:css": "node ./nodeJS/compile.js",
"build": "pnpm run build:rh && pnpm run build:css",
"build": "pnpm run build:css",
"cli": "bundle exec ruby ./cli/cli.rb"
},
"engines": {
Expand Down

0 comments on commit 07440d1

Please sign in to comment.