@ukhomeoffice/formio-gds-template 1.0.12 → 1.0.13-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,25 @@
1
+ name: Publish formio-gds-template to npm
2
+
3
+ on:
4
+ release:
5
+ types: [created]
6
+
7
+ jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: actions/setup-node@v2
13
+ with:
14
+ node-version: 14
15
+ registry-url: 'https://registry.npmjs.org'
16
+ - name: Install dependencies
17
+ run: |
18
+ rm -rf node_modules
19
+ npm ci
20
+ - name: Build package
21
+ run: npm run prepublish
22
+ - name: Publish package to npm
23
+ run: npm publish --access public
24
+ env:
25
+ NODE_AUTH_TOKEN: ${{ secrets.FORMIO_GDS_TEMPLATE_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ukhomeoffice/formio-gds-template",
3
- "version": "1.0.12",
3
+ "version": "1.0.13-alpha",
4
4
  "description": "Gov UK design system formio templates",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/.favorites.json DELETED
@@ -1,26 +0,0 @@
1
- [
2
- {
3
- "type": "Directory",
4
- "name": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template/lib/templates/gds/label",
5
- "parent_id": null,
6
- "workspaceRoot": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template",
7
- "workspacePath": "lib/templates/gds/label",
8
- "id": "TVv17LfoKOr5YhaX"
9
- },
10
- {
11
- "type": "Directory",
12
- "name": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template/src/templates/gds/label",
13
- "parent_id": null,
14
- "workspaceRoot": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template",
15
- "workspacePath": "src/templates/gds/label",
16
- "id": "Bj17ruD2PEFHzVXO"
17
- },
18
- {
19
- "type": "File",
20
- "name": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template/package.json",
21
- "parent_id": null,
22
- "workspaceRoot": "/Users/Gavin/Documents/Development/Projects/Zaizi/BorderForce/formio-gds-template",
23
- "workspacePath": "package.json",
24
- "id": "8oCHZ3JhiQO2XyIG"
25
- }
26
- ]