akpm-procedures 1.0.13 → 1.1.2

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.
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- # AKS Documents - Front-end
2
- Componente frontend di AKS Documents
3
-
4
- ## Prima Configurazione
5
-
6
- - Scaricare repo
7
- - Eseguire da terminale `npm i`
8
- - Eseguire da terminale `npm run dev`
9
- - Per aprire il progetto aprire il link nel terminale o eseguire il comando `o`
10
-
11
- ## Deploy
12
- Per Test: `npm run cdn:test`
13
-
14
- Per Quality: `npm run cdn:dev`
15
-
1
+ # AKS Documents - Front-end
2
+ Componente frontend di AKS Documents
3
+
4
+ ## Prima Configurazione
5
+
6
+ - Scaricare repo
7
+ - Eseguire da terminale `npm i`
8
+ - Eseguire da terminale `npm run dev`
9
+ - Per aprire il progetto aprire il link nel terminale o eseguire il comando `o`
10
+
11
+ ## Deploy
12
+ Per Test: `npm run cdn:test`
13
+
14
+ Per Quality: `npm run cdn:dev`
15
+
16
16
  Per Produzione: `npm run cdn:prod`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "akpm-procedures",
3
3
  "private": false,
4
- "version": "1.0.13",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "CDN"
@@ -13,8 +13,8 @@
13
13
  "preview": "vite preview",
14
14
  "check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
15
15
  "cdn": "vite build && node scripts/index.js && npm publish",
16
- "cdn:dev": "NODE_ENV=production vite build && node scripts/index.js && npm publish --tag dev",
17
- "cdn:stable": "NODE_ENV=production vite build && node scripts/index.js && npm publish --tag stable"
16
+ "cdn:dev": "node scripts/addTagToNpm.js dev",
17
+ "cdn:stable": "node scripts/addTagToNpm.js stable"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@iconify/json": "^2.2.275",