Build script doesn't do anything
See original GitHub issueI have tried it on wsl
and cmd
. The script does nothing except create the build
directory with nothing in it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
`npm build` doesn't run the script named "build" in package.json
I had a problem with npm run build not printing anything. ended ... Try using npm scripts in your package.json, like the classic...
Read more >Script not working in build - ok in editor - Unity Forum
1. In build settings make sure all your scenes are present (my need to click add current). 2. Make sure you game has...
Read more >npm build doesn't run build script in package, instead gives ...
The start and test always seem to work fine, however the build one never does. It gives a warning: npm WARN build npm...
Read more >Build script dependency doesn't work properly - community
I have a package with build script that generates .rs file with include_bytes!("/path") in it. /path itself is generated by build script of...
Read more >Makefiles and Compile Scripts
What tools can you use to create your scripts? Using build scripts ... sh compile -link fgroups : when you do it this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
it works
Thank you