We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4998d2 commit c5b293dCopy full SHA for c5b293d
2 files changed
build.js
package.json
@@ -7,8 +7,8 @@
7
"scripts": {
8
"dev": "bundle exec rerun --ignore 'src/public/css/*' --signal 'TERM' -c -w 5 --no-notify -- puma",
9
"start": "bundle exec puma -e production",
10
- "install": "bundle install && npm run build",
11
- "build": "node ./build.js",
+ "install": "bundle install",
+ "build:rh": "tsc -p ./rammerhead/tsconfig.json",
12
"cli": "bundle exec ruby ./cli/cli.rb"
13
},
14
"engines": {
0 commit comments