We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6df6b commit 6236ae3Copy full SHA for 6236ae3
package-scripts.yml
@@ -25,9 +25,9 @@ scripts:
25
# 3. Check if the project is built now;
26
# 4. If it failed, print an error message (still follow https://docs.npmjs.com/cli/v8/using-npm/scripts#best-practices).
27
script: >
28
- [ -f packages/react-on-rails/lib/ReactOnRails.full.js ] ||
+ [ -f lib/ReactOnRails.full.js ] ||
29
(npm run build >/dev/null 2>&1 || true) &&
30
31
{ echo 'Building react-on-rails seems to have failed!'; }
32
33
format:
0 commit comments