Skip to content

Commit 8a7ce29

Browse files
authored
[Fixes #2055] Add compile:dev script using MAPSTORE_COMPILE_DEV=true for debug-friendly production builds (#2056)
* [Fixes #2055] Add compiledev script using MAPSTORE_DEV=true for debug-friendly production builds * Rename MAPSTORE_DEV > MAPSTORE_COMPILE_DEV * Use namespace for compile:dev script
1 parent c990dfd commit 8a7ce29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geonode_mapstore_client/client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"scripts": {
1919
"compile": "mapstore-project compile && node postCompile",
20+
"compile:dev": "MAPSTORE_COMPILE_DEV=true mapstore-project compile && node postCompile",
2021
"start": "mapstore-project start",
2122
"test": "mapstore-project test",
2223
"test:watch": "mapstore-project test:watch",

0 commit comments

Comments
 (0)