diff --git a/.github/workflows/inertia-sails.yml b/.github/workflows/inertia-sails.yml new file mode 100644 index 00000000..ba842717 --- /dev/null +++ b/.github/workflows/inertia-sails.yml @@ -0,0 +1,22 @@ +name: Inertia Sails + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 18 + + - name: Install dependencies + run: npm ci + + - name: Run inertia-sails checks + run: npm --workspace inertia-sails test diff --git a/package-lock.json b/package-lock.json index d2774b99..47a3b935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boring-stack", - "version": "0.5.4", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boring-stack", - "version": "0.5.4", + "version": "1.2.3", "license": "MIT", "workspaces": [ "packages/*" @@ -16,7 +16,8 @@ "@commitlint/config-conventional": "^17.6.6", "husky": "^8.0.3", "lint-staged": "^13.2.2", - "prettier": "2.8.8" + "prettier": "2.8.8", + "typescript": "^5.7.3" } }, "node_modules/@babel/code-frame": { @@ -66,18 +67,6 @@ "sisteransi": "^1.0.5" } }, - "node_modules/@clack/prompts/node_modules/is-unicode-supported": { - "version": "1.3.0", - "extraneous": true, - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@commitlint/cli": { "version": "17.8.1", "dev": true, @@ -6235,7 +6224,7 @@ } }, "packages/create-sails": { - "version": "1.0.4", + "version": "1.2.1", "license": "MIT", "dependencies": { "@clack/prompts": "^0.6.3", @@ -6252,7 +6241,7 @@ } }, "packages/create-sails-generator": { - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": {}, "peerDependencies": { @@ -6260,7 +6249,7 @@ } }, "packages/inertia-sails": { - "version": "0.3.3", + "version": "1.4.0", "license": "MIT", "devDependencies": {}, "peerDependencies": { diff --git a/package.json b/package.json index f379771e..8249b827 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "@commitlint/config-conventional": "^17.6.6", "husky": "^8.0.3", "lint-staged": "^13.2.2", - "prettier": "2.8.8" + "prettier": "2.8.8", + "typescript": "^5.7.3" }, "workspaces": [ "packages/*" diff --git a/packages/inertia-sails/README.md b/packages/inertia-sails/README.md index dd7ba073..02ec8b9c 100644 --- a/packages/inertia-sails/README.md +++ b/packages/inertia-sails/README.md @@ -38,7 +38,10 @@ module.exports.inertia = { <%- shipwright.styles() %>
- + + <%- shipwright.scripts() %>