Skip to content

Commit 07440d1

Browse files
Package.json script edits
1 parent 65f45ff commit 07440d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"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",
1010
"start": "bundle exec ruby cli/cli.rb start",
1111
"install": "pnpm run build && bundle install",
12-
"build:rh": "tsc -p ./rammerhead/tsconfig.json",
1312
"build:css": "node ./nodeJS/compile.js",
14-
"build": "pnpm run build:rh && pnpm run build:css",
13+
"build": "pnpm run build:css",
1514
"cli": "bundle exec ruby ./cli/cli.rb"
1615
},
1716
"engines": {

0 commit comments

Comments
 (0)