mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
enable new examples in smoke tests (#194)
* rename smoke tests * split into prod and source runs * rename test job names for clarity * snake case gatsby site * remove airtable api key * add new examples * add new examples to renovate * add scripts to package.json * finish off vanillajs example
This commit is contained in:
committed by
nothingismagick
parent
8df78e29b6
commit
4f9d2e2ba7
@@ -13,7 +13,15 @@
|
||||
"scripts": {
|
||||
"start": "craco start",
|
||||
"build": "craco build",
|
||||
"test": "craco test"
|
||||
"test": "craco test",
|
||||
"tauri:prod": "tauri",
|
||||
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
|
||||
"tauri:source:init": "yarn tauri:source init --tauriPath ../../../tauri",
|
||||
"tauri:prod:init": "yarn tauri:prod init",
|
||||
"tauri:source:dev": "yarn tauri:source dev",
|
||||
"tauri:prod:dev": "yarn tauri:prod dev",
|
||||
"tauri:source:build": "yarn tauri:source build",
|
||||
"tauri:prod:build": "yarn tauri:prod build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
||||
Reference in New Issue
Block a user