File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 7
7
- [ Available Scripts] ( #available-scripts )
8
8
- [ ` npm install ` ] ( #npm-install )
9
9
- [ ` npm bootstrap ` ] ( #npm-bootstrap )
10
+ - [ ` npm run test ` ] ( #npm-run-test )
11
+ - [ ` npm run build ` ] ( #npm-run-build )
12
+ - [ ` npm run clean-build ` ] ( #npm-run-clean-build )
13
+ - [ ` npm run lint ` ] ( #npm-run-lint )
14
+ - [ ` npm run integration:tests ` ] ( #npm-run-integrationtests )
15
+ - [ ` npm run start ` ] ( #npm-run-start )
16
+ - [ Release] ( #release )
10
17
11
18
:warning : ** THIS IS WIP REPOSITORY!** :warning :
12
19
# Data Driven Forms Pro Editor
@@ -48,5 +55,43 @@ In the project directory, you can run:
48
55
49
56
## ` npm install `
50
57
58
+ to install dependencies
51
59
## ` npm bootstrap `
52
60
61
+ to bootstrap packages (to link them)
62
+
63
+ ## ` npm run test `
64
+
65
+ to run JEST test
66
+
67
+ ## ` npm run build `
68
+
69
+ to build all packages
70
+
71
+ ## ` npm run clean-build `
72
+
73
+ removes built folders (runs automatically before ` install ` )
74
+
75
+ ## ` npm run lint `
76
+
77
+ to check linting rules (use ` npm run lint:fix ` to fix basic issues)
78
+
79
+ ## ` npm run integration:tests `
80
+
81
+ to run integration test for the editor-pro
82
+
83
+ ---
84
+
85
+ In each package directory you can run:
86
+
87
+ ## ` npm run start `
88
+
89
+ to run a local playground
90
+
91
+ # Release
92
+
93
+ Data Driven Forms editor follows semantic release to trigger new versions automatically.
94
+
95
+ You can use: ` fix(...): ... ` , ` feat(...): ... ` commit messages to release new packages.
96
+
97
+ Packages are handled seperately.
You can’t perform that action at this time.
0 commit comments